Searched refs:authnumfreekeys (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dauthkeys.c61 int authnumfreekeys; variable
208 authnumfreekeys += MEMINC;
209 return (authnumfreekeys);
277 authnumfreekeys++;
287 if (authnumfreekeys == 0)
293 authnumfreekeys--;
374 if (0 == authnumfreekeys && !auth_moremem())
379 authnumfreekeys--;
443 authnumfreekeys++;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_stdlib.h169 extern int authnumfreekeys;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_request.c2172 extern int authnumfreekeys;
2184 ia->numfreekeys = htonl((u_int32)authnumfreekeys);

Completed in 109 milliseconds