Searched refs:hs_wd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c57 struct whod *hs_wd; member in struct:hs
69 #define down(h) (now - (h)->hs_wd->wd_recvtime > 11 * 60)
168 hsp->hs_wd = malloc(whdrsize);
170 bcopy((char *)buf, (char *)hsp->hs_wd,
195 (void) printf("%-12s%s\n", hsp->hs_wd->wd_hostname,
196 interval((int)(now - hsp->hs_wd->wd_recvtime),
202 hsp->hs_wd->wd_hostname,
203 interval(hsp->hs_wd->wd_sendtime -
204 hsp->hs_wd->wd_boottime, " up"),
208 hsp->hs_wd
[all...]

Completed in 53 milliseconds