Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/libntp/
H A Dauthkeys.c79 u_long authkeylookups; /* calls to lookup keys */ variable
591 authkeylookups++; in authhavekey()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp_stdlib.h203 extern u_long authkeylookups; /* calls to lookup keys */
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_request.c2130 ia->keylookups = htonl((u_int32)authkeylookups); in get_auth_info()
2151 authkeylookups = 0; in reset_auth_stats()
H A Dntp_control.c2274 ctl_putuint(sys_var[varid].text, authkeylookups); in ctl_putsys()