Home
last modified time | relevance | path

Searched refs:info_peer_stats (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c224 (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 Dlayout.std112 sizeof(struct info_peer_stats) = 120
H A Dntpdc_ops.c761 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 Dntp_request.h429 struct info_peer_stats { struct
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c953 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()