Lines Matching defs:whod
54 struct whod { struct
55 char wd_vers; /* protocol version # */
56 char wd_type; /* packet type, see below */
57 char wd_pad[2];
58 int wd_sendtime; /* time stamp by sender */
59 int wd_recvtime; /* time stamp applied by receiver */
60 char wd_hostname[32]; /* hosts's name */
61 int wd_loadav[3]; /* load average as in uptime */
62 int wd_boottime; /* time system booted */
63 struct whoent {
66 } wd_we[1024 / sizeof (struct whoent)];