Home
last modified time | relevance | path

Searched refs:origtime (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/ntp/ntpdc/
HDlayout.std344 offsetof(origtime) = 16
HDntpdc_ops.c2413 (long)ntohl(it->origtime), in traps()
/freebsd-14-stable/contrib/ntp/include/
HDntp_request.h787 u_int32 origtime; /* time trap originally set */ member
/freebsd-14-stable/usr.sbin/ntp/ntpdc/
HDnl.c678 (int) offsetof(struct info_trap, origtime));
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_request.c2211 it->origtime = htonl((u_int32)(current_time - tr->tr_origtime)); in req_get_traps()