Home
last modified time | relevance | path

Searched refs:timereachable (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_refclock.c395 peer->timereachable = current_time; in refclock_transmit()
692 peer->timereachable = current_time; in refclock_receive()
H A Dntp_peer.c1025 peer->timereachable = current_time; in newpeer()
H A Dntp_request.c1044 ip->timereachable = htonl((u_int32)(current_time - pp->timereachable)); in peer_stats()
H A Dntp_proto.c2659 peer->timereachable = current_time; in process_packet()
H A Dntp_control.c2827 current_time - p->timereachable); in ctl_putpeer()
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std120 offsetof(timereachable) = 24
H A Dntpdc_ops.c847 (u_long)ntohl(pp->timereachable)); in peerstats()
/freebsd/contrib/ntp/include/
H A Dntp.h401 u_long timereachable; /* last reachable/unreachable time */ member
H A Dntp_request.h437 u_int32 timereachable; /* time peer has been reachable */ member
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c240 (int) offsetof(struct info_peer_stats, timereachable));