Home
last modified time | relevance | path

Searched refs:authkeylookups (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/ntp/libntp/
HDauthkeys.c48 u_long authkeylookups; /* calls to lookup keys */ variable
142 authkeylookups++; in authhavekey()
/trueos/contrib/ntp/include/
HDntp_stdlib.h118 extern u_long authkeylookups; /* calls to lookup keys */
/trueos/contrib/ntp/ntpd/
HDntp_request.c2225 extern u_long authkeylookups; in get_auth_info()
2237 ia->keylookups = htonl((u_int32)authkeylookups); in get_auth_info()
2261 extern u_long authkeylookups; in reset_auth_stats()
2267 authkeylookups = 0; in reset_auth_stats()