Searched refs:t21_last (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/ntp/include/
H A Dntp.h374 int t21_last; /* last outbound packet length */ member in struct:peer
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_proto.c2391 if (peer->t21_last > 0 && peer->t34_bytes > 0) {
2392 itemp = peer->t21_bytes - peer->t21_last;
2420 peer->t21_last = peer->t21_bytes;

Completed in 29 milliseconds