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

/freebsd-10.3-release/usr.bin/ruptime/
H A Druptime.c62 #define ISDOWN(h) (now - (h)->hs_wd.wd_recvtime > 11 * 60) macro
160 if (ISDOWN(HS(a1)))
161 if (ISDOWN(HS(a2)))
165 else if (ISDOWN(HS(a2)))
239 if (ISDOWN(hsp)) {
266 if (ISDOWN(HS(a1)))
267 if (ISDOWN(HS(a2)))
271 else if (ISDOWN(HS(a2)))
282 (ISDOWN(HS(a2)) ? HS(a2)->hs_wd.wd_recvtime - now
285 (ISDOWN(H
[all...]

Completed in 79 milliseconds