Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/include/
Dntp.h870 #define RES_DONTTRUST 0x0004 /* authentication required */ macro
876 RES_DONTTRUST | RES_VERSION |\
/freebsd-10-stable/contrib/ntp/libntp/
Dstatestr.c183 { RES_DONTTRUST, "notrust", "trust" },
/freebsd-10-stable/contrib/ntp/ntpd/
Dntp_proto.c865 if (restrict_mask & RES_DONTTRUST && has_mac == 0) { in receive()
1251 if (AUTH(restrict_mask & RES_DONTTRUST, in receive()
1306 if (AUTH(restrict_mask & RES_DONTTRUST, is_authentic)) { in receive()
1367 RES_DONTTRUST)), is_authentic) in receive()
1440 (RES_NOPEER | RES_DONTTRUST)), is_authentic) in receive()
1574 (RES_NOPEER | RES_DONTTRUST)), is_authentic) in receive()
1583 if (AUTH(restrict_mask & RES_DONTTRUST, in receive()
2084 (restrict_mask & RES_DONTTRUST), is_authentic)) { in receive()
Dntp_config.c2675 rflags |= RES_DONTTRUST; in config_access()
5440 if (rflags & RES_DONTTRUST) { in build_rflags()
5441 rflags &= ~RES_DONTTRUST; in build_rflags()
/freebsd-10-stable/contrib/ntp/ntpdc/
Dntpdc_ops.c1643 { "notrust", RES_DONTTRUST },