Searched defs:whod (Results 1 – 2 of 2) sorted by relevance
46 struct whod { struct47 char wd_vers; /* protocol version # */48 char wd_type; /* packet type, see below */49 char wd_pad[2];50 int wd_sendtime; /* time stamp by sender */51 int wd_recvtime; /* time stamp applied by receiver */52 char wd_hostname[32]; /* hosts's name */53 int wd_loadav[3]; /* load average as in uptime */54 int wd_boottime; /* time system booted */55 struct whoent {[all …]
346 int cc, whod; in receiver_process() local [all...]