Searched refs:RES_DONTTRUST (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/ntp/include/ |
| H A D | ntp.h | 885 #define RES_DONTTRUST 0x0004 /* authentication required */ macro 905 RES_DONTTRUST | RES_VERSION | \
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntp_restrict.c | 894 if (rflags & RES_DONTTRUST) { in rflags_str() 895 CLEAR_BIT_IF_DEBUG(RES_DONTTRUST, rflags); in rflags_str()
|
| H A D | ntp_proto.c | 944 if (restrict_mask & RES_DONTTRUST && has_mac == 0) { in receive() 1333 if (AUTH(restrict_mask & RES_DONTTRUST, in receive() 1407 if (AUTH(restrict_mask & RES_DONTTRUST, is_authentic)) { in receive() 1475 RES_DONTTRUST)), is_authentic) in receive() 1552 (RES_NOPEER | RES_DONTTRUST)), is_authentic) in receive() 1686 (RES_NOPEER | RES_DONTTRUST)), is_authentic) in receive() 1695 if (AUTH(restrict_mask & RES_DONTTRUST, in receive() 2216 (restrict_mask & RES_DONTTRUST), is_authentic)) { in receive()
|
| H A D | ntp_config.c | 2847 rflags |= RES_DONTTRUST; in config_access()
|
| /freebsd-14.2/contrib/ntp/libntp/ |
| H A D | statestr.c | 182 { RES_DONTTRUST, "notrust", "trust" },
|
| /freebsd-14.2/contrib/ntp/ntpdc/ |
| H A D | ntpdc_ops.c | 1652 { "notrust", RES_DONTTRUST },
|