Home
last modified time | relevance | path

Searched refs:t34_bytes (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/ntp/dist/include/
H A Dntp.h380 int t34_bytes; /* inbound packet length */ member
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c2723 if (peer->t21_last > 0 && peer->t34_bytes > 0) { in process_packet()
2733 itemp = len - peer->t34_bytes; in process_packet()
2754 peer->t34_bytes = len; in process_packet()
2756 peer->t21_bytes, peer->t34, peer->t34_bytes)); in process_packet()