Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std118 offsetof(timereceived) = 16
H A Dntpdc_ops.c843 (u_long)ntohl(pp->timereceived)); in peerstats()
/freebsd/contrib/ntp/include/
H A Dntp.h400 u_long timereceived; /* last (clean) packet received time */
396 u_long timereceived; /* last (clean) packet received time */ global() member
H A Dntp_request.h435 u_int32 timereceived; /* time since a packet received */ member
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c1841 if ((current_time - peer->timereceived) < deadband) { in receive()
1844 (current_time - peer->timereceived), in receive()
1886 && (current_time - peer->timereceived) < deadband) in receive()
2397 peer->timereceived = current_time; in receive()
H A Dntp_peer.c1026 peer->timereceived = current_time; in peer_clr_stats()
H A Dntp_refclock.c689 peer->timereceived = current_time; in refclock_receive()
H A Dntp_request.c1042 ip->timereceived = htonl((u_int32)(current_time - pp->timereceived)); in peer_stats()
H A Dntp_control.c2822 current_time - p->timereceived); in ctl_putpeer()
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c236 (int) offsetof(struct info_peer_stats, timereceived));