Searched refs:RES_DONTTRUST (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/ntp/include/ |
| D | ntp.h | 870 #define RES_DONTTRUST 0x0004 /* authentication required */ macro 876 RES_DONTTRUST | RES_VERSION |\
|
| /freebsd-10-stable/contrib/ntp/libntp/ |
| D | statestr.c | 183 { RES_DONTTRUST, "notrust", "trust" },
|
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| D | ntp_proto.c | 865 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()
|
| D | ntp_config.c | 2675 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/ |
| D | ntpdc_ops.c | 1643 { "notrust", RES_DONTTRUST },
|