HomeSort by: relevance | last modified time | path
    Searched refs:t21_last (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp.h 381 int t21_last; /* last outbound packet length */ member in struct:peer
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 2810 if (peer->t21_last > 0 && peer->t34_bytes > 0) {
2811 itemp = peer->t21_bytes - peer->t21_last;
2839 peer->t21_last = peer->t21_bytes;

Completed in 29 milliseconds