Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/libntp/
HDauthkeys.c78 u_long authnumkeys; /* number of active keys */ variable
377 allocated = authnumkeys + authnumfreekeys; in auth_prealloc_symkeys()
450 totalkeys = authnumkeys + authnumfreekeys; in auth_resize_hashtable()
507 authnumkeys++; in allocsymkey()
539 authnumkeys--; in freesymkey()
869 current_time, authnumkeys, authkeyexpired)); in auth_agekeys()
/freebsd-head/contrib/ntp/include/
HDntp_stdlib.h213 extern u_long authnumkeys; /* number of active keys */
/freebsd-head/contrib/ntp/ntpd/
HDntp_request.c2135 ia->numkeys = htonl((u_int32)authnumkeys); in get_auth_info()
HDntp_control.c2254 ctl_putuint(sys_var[varid].text, authnumkeys); in ctl_putsys()