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