Searched refs:info_peer_stats (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 224 (int) sizeof(struct info_peer_stats)); 226 (int) offsetof(struct info_peer_stats, dstadr)); 228 (int) offsetof(struct info_peer_stats, srcadr)); 230 (int) offsetof(struct info_peer_stats, srcport)); 232 (int) offsetof(struct info_peer_stats, flags)); 234 (int) offsetof(struct info_peer_stats, timereset)); 236 (int) offsetof(struct info_peer_stats, timereceived)); 238 (int) offsetof(struct info_peer_stats, timetosend)); 240 (int) offsetof(struct info_peer_stats, timereachable)); 242 (int) offsetof(struct info_peer_stats, sent)); [all …]
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 112 sizeof(struct info_peer_stats) = 120
|
H A D | ntpdc_ops.c | 761 struct info_peer_stats *pp; in peerstats() 803 sizeof(struct info_peer_stats)); in peerstats() 816 if (!checkitemsize(itemsize, sizeof(struct info_peer_stats)) && in peerstats() 817 !checkitemsize(itemsize, v4sizeof(struct info_peer_stats))) in peerstats()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 429 struct info_peer_stats { struct
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 953 struct info_peer_stats *ip; in peer_stats() 965 v6sizeof(struct info_peer_stats)); in peer_stats() 1053 ip = (struct info_peer_stats *)more_pkt(); in peer_stats()
|