Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/ruptime/
Druptime.c174 (time_t)hsp->hs_wd->wd_boottime, " up"), in main()
259 : HS(a2)->hs_wd->wd_sendtime - HS(a2)->hs_wd->wd_boottime) in tcmp()
262 : HS(a1)->hs_wd->wd_sendtime - HS(a1)->hs_wd->wd_boottime) in tcmp()
/netbsd/src/usr.sbin/rwhod/
Drwhod.c321 wd.wd_boottime = ntohl(wd.wd_boottime); in handleread()
438 mywd.wd_boottime = htonl(tm.tv_sec); in getboottime()
563 interval(ntohl(w->wd_sendtime) - ntohl(w->wd_boottime), " up")); in Sendto()
/netbsd/src/include/protocols/
Drwhod.h56 int32_t wd_boottime; /* time system booted */ member