Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/libntp/
HDauthkeys.c74 u_long authkeynotfound; /* keys not found */ variable
387 authkeynotfound++; in authhavekey()
399 authkeynotfound++; in authhavekey()
508 authkeynotfound++; in authistrusted()
/NextBSD/contrib/ntp/include/
HDntp_stdlib.h184 extern u_long authkeynotfound; /* keys not found */
/NextBSD/contrib/ntp/ntpd/
HDntp_request.c2041 ia->keynotfound = htonl((u_int32)authkeynotfound); in get_auth_info()
2062 authkeynotfound = 0; in reset_auth_stats()
HDntp_control.c2128 ctl_putuint(sys_var[varid].text, authkeynotfound); in ctl_putsys()