Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dauthkeys.c80 u_long authkeyuncached; /* cache misses */ variable
597 authkeyuncached++; in authhavekey()
701 authkeyuncached++; in authistrusted()
728 authkeyuncached++; in authistrustedip()
/src/contrib/ntp/include/
H A Dntp_stdlib.h215 extern u_long authkeyuncached; /* cache misses */
/src/contrib/ntp/ntpd/
H A Dntp_request.c2141 ia->keyuncached = htonl((u_int32)authkeyuncached); in get_auth_info()
2162 authkeyuncached = 0; in reset_auth_stats()
H A Dntp_control.c2270 ctl_putuint(sys_var[varid].text, authkeyuncached); in ctl_putsys()