Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/include/
H A Dntp.h875 #define RES_DONTTRUST 0x0004 /* authentication required */ macro
881 RES_DONTTRUST | RES_VERSION |\
/netbsd/external/bsd/ntp/dist/libntp/
H A Dstatestr.c185 { RES_DONTTRUST, "notrust", "trust" },
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c906 if (restrict_mask & RES_DONTTRUST && has_mac == 0) { in receive()
1293 if (AUTH(restrict_mask & RES_DONTTRUST, in receive()
1351 if (AUTH(restrict_mask & RES_DONTTRUST, is_authentic)) { in receive()
1413 RES_DONTTRUST)), is_authentic) in receive()
1486 (RES_NOPEER | RES_DONTTRUST)), is_authentic) in receive()
1620 (RES_NOPEER | RES_DONTTRUST)), is_authentic) in receive()
1629 if (AUTH(restrict_mask & RES_DONTTRUST, in receive()
2139 (restrict_mask & RES_DONTTRUST), is_authentic)) { in receive()
H A Dntp_config.c2757 rflags |= RES_DONTTRUST; in config_access()
5723 if (rflags & RES_DONTTRUST) { in build_rflags()
5724 rflags &= ~RES_DONTTRUST; in build_rflags()
/netbsd/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c1654 { "notrust", RES_DONTTRUST },