Searched refs:RES_DONTTRUST (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/ntp/include/ |
| D | ntp.h | 874 #define RES_DONTTRUST 0x0004 /* authentication required */ macro 880 RES_DONTTRUST | RES_VERSION |\
|
| /freebsd-12-stable/contrib/ntp/libntp/ |
| D | statestr.c | 183 { RES_DONTTRUST, "notrust", "trust" },
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntp_proto.c | 927 if (restrict_mask & RES_DONTTRUST && has_mac == 0) { in receive() 1314 if (AUTH(restrict_mask & RES_DONTTRUST, in receive() 1372 if (AUTH(restrict_mask & RES_DONTTRUST, is_authentic)) { in receive() 1434 RES_DONTTRUST)), is_authentic) in receive() 1507 (RES_NOPEER | RES_DONTTRUST)), is_authentic) in receive() 1641 (RES_NOPEER | RES_DONTTRUST)), is_authentic) in receive() 1650 if (AUTH(restrict_mask & RES_DONTTRUST, in receive() 2164 (restrict_mask & RES_DONTTRUST), is_authentic)) { in receive()
|
| D | ntp_config.c | 2818 rflags |= RES_DONTTRUST; in config_access() 5868 if (rflags & RES_DONTTRUST) { in build_rflags() 5869 rflags &= ~RES_DONTTRUST; in build_rflags()
|
| /freebsd-12-stable/contrib/ntp/ntpdc/ |
| D | ntpdc_ops.c | 1652 { "notrust", RES_DONTTRUST },
|