Home
last modified time | relevance | path

Searched refs:info_peer (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c124 (int) sizeof(struct info_peer));
126 (int) offsetof(struct info_peer, dstadr));
128 (int) offsetof(struct info_peer, srcadr));
130 (int) offsetof(struct info_peer, srcport));
132 (int) offsetof(struct info_peer, flags));
134 (int) offsetof(struct info_peer, leap));
136 (int) offsetof(struct info_peer, hmode));
138 (int) offsetof(struct info_peer, pmode));
140 (int) offsetof(struct info_peer, stratum));
142 (int) offsetof(struct info_peer, ppoll));
[all …]
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c46 static void printpeer (struct info_peer *, FILE *);
591 register struct info_peer *pp, in printpeer()
688 struct info_peer *pp; in showpeer()
726 &itemsize, (void *)&pp, 0, sizeof(struct info_peer)); in showpeer()
739 if (!checkitemsize(itemsize, sizeof(struct info_peer)) && in showpeer()
740 !checkitemsize(itemsize, v4sizeof(struct info_peer))) in showpeer()
H A Dlayout.std62 sizeof(struct info_peer) = 280
/freebsd/contrib/ntp/include/
H A Dntp_request.h374 struct info_peer { struct
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c809 struct info_peer * ip; in peer_info()
823 v6sizeof(struct info_peer)); in peer_info()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.0953 * include/ntp_request.h: info_peer gets a placeholder for "valid".