Searched refs:timereceived (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h435 u_int32 timereceived; /* time since a packet received */ member in struct:info_peer_stats
H A Dntp.h396 u_long timereceived; /* last (clean) packet received time */ member in struct:peer
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c236 printf("offsetof(timereceived) = %d\n",
237 (int) offsetof(struct info_peer_stats, timereceived));
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_peer.c969 peer->timereceived = current_time;
H A Dntp_proto.c1773 if ((current_time - peer->timereceived) < deadband) {
1776 (current_time - peer->timereceived),
1818 && (current_time - peer->timereceived) < deadband)
2310 peer->timereceived = current_time;
H A Dntp_refclock.c685 peer->timereceived = current_time;
H A Dntp_request.c1042 ip->timereceived = htonl((u_int32)(current_time - pp->timereceived));
H A Dntp_control.c2828 current_time - p->timereceived);
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c843 (u_long)ntohl(pp->timereceived));

Completed in 276 milliseconds