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

  /src/external/bsd/ntp/dist/libntp/
statestr.c 186 { RES_NOPEER, "nopeer", "peer" },
  /src/external/bsd/ntp/dist/include/
ntp.h 891 #define RES_NOPEER 0x0010 /* new association denied */
910 RES_NOPEER | RES_NOEPEER | \
  /src/external/bsd/ntp/dist/ntpd/
ntp_restrict.c 894 if (rflags & RES_NOPEER) {
895 CLEAR_BIT_IF_DEBUG(RES_NOPEER, rflags);
ntp_proto.c 1016 * NOPEER (RES_NOPEER) do not mobilize an association unless
1476 || (restrict_mask & (RES_NOPEER |
1554 (RES_NOPEER | RES_DONTTRUST)), is_authentic)
1688 (RES_NOPEER | RES_DONTTRUST)), is_authentic)
ntp_config.c 2843 rflags |= RES_NOPEER;
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 1657 { "nopeer", RES_NOPEER },

Completed in 46 milliseconds