Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c644 (int) sizeof(struct info_auth));
646 (int) offsetof(struct info_auth, timereset));
648 (int) offsetof(struct info_auth, numkeys));
650 (int) offsetof(struct info_auth, numfreekeys));
652 (int) offsetof(struct info_auth, keylookups));
654 (int) offsetof(struct info_auth, keynotfound));
656 (int) offsetof(struct info_auth, encryptions));
658 (int) offsetof(struct info_auth, decryptions));
660 (int) offsetof(struct info_auth, expired));
662 (int) offsetof(struct info_auth, keyuncached));
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std327 sizeof(struct info_auth) = 36
H A Dntpdc_ops.c2313 struct info_auth *ia; in authinfo()
/freebsd/contrib/ntp/include/
H A Dntp_request.h765 struct info_auth { struct
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c2130 register struct info_auth *ia; in get_auth_info()
2132 ia = (struct info_auth *)prepare_pkt(srcadr, inter, inpkt, in get_auth_info()
2133 sizeof(struct info_auth)); in get_auth_info()