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

/freebsd-11-stable/contrib/ntp/libntp/
H A Dstatestr.c183 { RES_DONTTRUST, "notrust", "trust" },
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h873 #define RES_DONTTRUST 0x0004 /* authentication required */ macro
879 RES_DONTTRUST | RES_VERSION |\
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c904 if (restrict_mask & RES_DONTTRUST && has_mac == 0) {
905 DPRINTF(2, ("receive: drop: RES_DONTTRUST\n"));
974 * NOTRUST (RES_DONTTRUST) do not allow access unless
1291 if (AUTH(restrict_mask & RES_DONTTRUST,
1349 if (AUTH(restrict_mask & RES_DONTTRUST, is_authentic)) {
1411 RES_DONTTRUST)), is_authentic)
1484 (RES_NOPEER | RES_DONTTRUST)), is_authentic)
1618 (RES_NOPEER | RES_DONTTRUST)), is_authentic)
1627 if (AUTH(restrict_mask & RES_DONTTRUST,
2137 (restrict_mask & RES_DONTTRUST), is_authenti
[all...]
H A Dntp_config.c2745 rflags |= RES_DONTTRUST;
5706 if (rflags & RES_DONTTRUST) {
5707 rflags &= ~RES_DONTTRUST;
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1652 { "notrust", RES_DONTTRUST },

Completed in 123 milliseconds