Home
last modified time | relevance | path

Searched refs:wd_boottime (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/ruptime/
H A Druptime.c266 (time_t)wd->wd_boottime, " up"), in ruptime()
298 : HS(a2)->hs_wd.wd_sendtime - HS(a2)->hs_wd.wd_boottime) in tcmp()
301 : HS(a1)->hs_wd.wd_sendtime - HS(a1)->hs_wd.wd_boottime) in tcmp()
/freebsd/include/protocols/
H A Drwhod.h54 int wd_boottime; /* time system booted */ member
/freebsd/usr.sbin/rwhod/
H A Drwhod.c417 wd.wd_boottime = ntohl(wd.wd_boottime); in receiver_process()
543 mywd.wd_boottime = htonl(_time_to_time32(tm.tv_sec)); in getboottime()
721 interval(ntohl(w->wd_sendtime) - ntohl(w->wd_boottime), " up")); in Sendto()