Home
last modified time | relevance | path

Searched refs:authkeynotfound (Results 1 – 4 of 4) sorted by relevance

/src/contrib/ntp/libntp/
H A Dauthkeys.c76 u_long authkeynotfound; /* keys not found */ variable
600 authkeynotfound++; in authhavekey()
704 authkeynotfound++; in authistrusted()
733 authkeynotfound++; in authistrustedip()
/src/contrib/ntp/include/
H A Dntp_stdlib.h211 extern u_long authkeynotfound; /* keys not found */
/src/contrib/ntp/ntpd/
H A Dntp_request.c2138 ia->keynotfound = htonl((u_int32)authkeynotfound); in get_auth_info()
2159 authkeynotfound = 0; in reset_auth_stats()
H A Dntp_control.c2266 ctl_putuint(sys_var[varid].text, authkeynotfound); in ctl_putsys()