Searched refs:sys_authenticate (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ntp/ntpdate/
H A Dntpdate.c161 int sys_authenticate = 0; /* true when authenticating */ variable
267 sys_authenticate = 0; /* true when authenticating */
360 sys_authenticate = 1;
508 if (sys_authenticate) {
698 if (sys_authenticate) {
802 if (!sys_authenticate)
/freebsd-9.3-release/contrib/ntp/include/
H A Dntpd.h484 extern int sys_authenticate; /* requre authentication for config */
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_proto.c120 int sys_authenticate; /* requre authentication for config */ variable
855 * enable (sys_authenticate) master NOPEER switch, by default
1151 && sys_authenticate)
1216 if (!AUTH(sys_authenticate | (restrict_mask &
1333 if (!AUTH(sys_authenticate | (restrict_mask &
4721 sys_authenticate = 1;
4757 sys_authenticate = value;
H A Dntp_request.c545 if (proc->needs_auth && sys_authenticate) {
1103 if (sys_authenticate)
H A Dntp_control.c870 if (res_authenticate && sys_authenticate) {
1261 sys_authenticate) {
1441 if (res_authenticate && sys_authenticate) {

Completed in 72 milliseconds