1in.timed(1M)            System Administration Commands            in.timed(1M)
2
3
4

NAME

6       in.timed - UDP or TCP time protocol service daemon
7

SYNOPSIS

9       in.timed
10
11
12       FMRI svc:/internet/time:default
13
14

DESCRIPTION

16       FMRI  stands  for  Fault  Management Resource Identifier. It is used to
17       identify resources managed  by  the  Fault  Manager.  See  fmd(1M)  and
18       smf(5).
19
20
21       The in.timed service provides the server-side of the time protocol. The
22       time server sends to requestors the time  in  seconds  since  midnight,
23       January  1,  1900.  The  time protocol is available on both TCP and UDP
24       transports through port 37.
25
26
27       The in.timed service is an  inetd(1M)  smf(5)  delegated  service.  The
28       in.timed  detects  which transport is requested by examining the socket
29       it is passed by the inetd daemon.
30
31       TCP-based service    Once a connection  is  established,  the  in.timed
32                            sends  the  time  as  a  32-bit  binary number and
33                            closes  the  connection.  Any  received  data   is
34                            ignored.
35
36
37       UDP-based service    The  in.timed  listens  for  UDP datagrams. When a
38                            datagram is received, the server generates  a  UDP
39                            datagram  containing  the  time as a 32-bit binary
40                            number and sends it to the  client.  Any  received
41                            data is ignored.
42
43

ATTRIBUTES

45       See attributes(5) for descriptions of the following attributes:
46
47
48
49
50       ┌─────────────────────────────┬─────────────────────────────┐
51       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
52       ├─────────────────────────────┼─────────────────────────────┤
53       │Availability                 │SUNWcnsu                     │
54       ├─────────────────────────────┼─────────────────────────────┤
55       │Interface Stability          │Evolving                     │
56       └─────────────────────────────┴─────────────────────────────┘
57

SEE ALSO

59       inetd(1M), attributes(5), smf(5)
60
61
62       RFC 868
63
64
65
66SunOS 5.11                        23 Aug 2004                     in.timed(1M)
Impressum