Home
last modified time | relevance | path

Searched defs:whod (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/protocols/
H A Drwhod.h52 struct whod { struct
53 char wd_vers; /* protocol version # */
54 char wd_type; /* packet type, see below */
55 char wd_pad[2];
56 int wd_sendtime; /* time stamp by sender */
57 int wd_recvtime; /* time stamp applied by receiver */
58 char wd_hostname[32]; /* hosts's name */
59 int wd_loadav[3]; /* load average as in uptime */
60 int wd_boottime; /* time system booted */
61 struct whoent {
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c253 int cc, whod; in main() local