Home
last modified time | relevance | path

Searched refs:RES_DONTTRUST (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/ntp/include/
H A Dntp.h885 #define RES_DONTTRUST 0x0004 /* authentication required */ macro
905 RES_DONTTRUST | RES_VERSION | \
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_restrict.c894 if (rflags & RES_DONTTRUST) { in rflags_str()
895 CLEAR_BIT_IF_DEBUG(RES_DONTTRUST, rflags); in rflags_str()
H A Dntp_proto.c944 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 Dntp_config.c2847 rflags |= RES_DONTTRUST; in config_access()
/freebsd-14.2/contrib/ntp/libntp/
H A Dstatestr.c182 { RES_DONTTRUST, "notrust", "trust" },
/freebsd-14.2/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1652 { "notrust", RES_DONTTRUST },