Searched defs:whod (Results 1 – 2 of 2) sorted by relevance
48 struct whod { struct49 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 …]
267 int cc, whod; in handleread() local