HomeSort by: relevance | last modified time | path
    Searched refs:RES_DONTTRUST (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
statestr.c 184 { RES_DONTTRUST, "notrust", "trust" },
  /src/external/bsd/ntp/dist/include/
ntp.h 889 #define RES_DONTTRUST 0x0004 /* authentication required */
909 RES_DONTTRUST | RES_VERSION | \
  /src/external/bsd/ntp/dist/ntpd/
ntp_restrict.c 914 if (rflags & RES_DONTTRUST) {
915 CLEAR_BIT_IF_DEBUG(RES_DONTTRUST, rflags);
ntp_proto.c 946 if (restrict_mask & RES_DONTTRUST && has_mac == 0) {
947 DPRINTF(2, ("receive: drop: RES_DONTTRUST\n"));
1018 * NOTRUST (RES_DONTTRUST) do not allow access unless
1335 if (AUTH(restrict_mask & RES_DONTTRUST,
1409 if (AUTH(restrict_mask & RES_DONTTRUST, is_authentic)) {
1477 RES_DONTTRUST)), is_authentic)
1554 (RES_NOPEER | RES_DONTTRUST)), is_authentic)
1688 (RES_NOPEER | RES_DONTTRUST)), is_authentic)
1697 if (AUTH(restrict_mask & RES_DONTTRUST,
2218 (restrict_mask & RES_DONTTRUST), is_authentic))
    [all...]
ntp_config.c 2859 rflags |= RES_DONTTRUST;
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 1654 { "notrust", RES_DONTTRUST },

Completed in 34 milliseconds