Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/include/
Dntp.h874 #define RES_DONTTRUST 0x0004 /* authentication required */ macro
880 RES_DONTTRUST | RES_VERSION |\
/freebsd-12-stable/contrib/ntp/libntp/
Dstatestr.c183 { RES_DONTTRUST, "notrust", "trust" },
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_proto.c927 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()
Dntp_config.c2818 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/
Dntpdc_ops.c1652 { "notrust", RES_DONTTRUST },