Searched refs:info_auth (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 644 (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 D | layout.std | 327 sizeof(struct info_auth) = 36
|
H A D | ntpdc_ops.c | 2313 struct info_auth *ia; in authinfo()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 765 struct info_auth { struct
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 2130 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()
|