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

/freebsd-13-stable/contrib/ntp/include/
H A Dntp.h375 int t21_last; /* last outbound packet length */ member in struct:peer
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_proto.c2721 if (peer->t21_last > 0 && peer->t34_bytes > 0) {
2722 itemp = peer->t21_bytes - peer->t21_last;
2750 peer->t21_last = peer->t21_bytes;

Completed in 65 milliseconds