Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/include/
H A Dntp.h877 #define RES_NOPEER 0x0010 /* new association denied */ macro
882 RES_NOPEER | RES_NOEPEER | RES_LIMITED)
/netbsd/external/bsd/ntp/dist/libntp/
H A Dstatestr.c187 { RES_NOPEER, "nopeer", "peer" },
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c1412 || (restrict_mask & (RES_NOPEER | in receive()
1486 (RES_NOPEER | RES_DONTTRUST)), is_authentic) in receive()
1620 (RES_NOPEER | RES_DONTTRUST)), is_authentic) in receive()
H A Dntp_config.c2741 rflags |= RES_NOPEER; in config_access()
5703 if (rflags & RES_NOPEER) { in build_rflags()
5704 rflags &= ~RES_NOPEER; in build_rflags()
/netbsd/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c1657 { "nopeer", RES_NOPEER },