Home
last modified time | relevance | path

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

/netbsd-src/include/protocols/
H A Drwhod.h48 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 {
[all …]
/netbsd-src/usr.sbin/rwhod/
H A Drwhod.c267 int cc, whod; in handleread() local