Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/libntp/
HDauthkeys.c80 u_long authkeyuncached; /* cache misses */ variable
597 authkeyuncached++; in authhavekey()
701 authkeyuncached++; in authistrusted()
728 authkeyuncached++; in authistrustedip()
/freebsd-head/contrib/ntp/include/
HDntp_stdlib.h215 extern u_long authkeyuncached; /* cache misses */
/freebsd-head/contrib/ntp/ntpd/
HDntp_request.c2141 ia->keyuncached = htonl((u_int32)authkeyuncached); in get_auth_info()
2162 authkeyuncached = 0; in reset_auth_stats()
HDntp_control.c2270 ctl_putuint(sys_var[varid].text, authkeyuncached); in ctl_putsys()