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

/freebsd-11.0-release/contrib/ntp/libntp/
H A Dstatestr.c183 { RES_NOQUERY, "noquery" },
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp.h853 #define RES_NOQUERY 0x0040 /* mode 6/7 packet denied */ macro
863 #define RES_ALLFLAGS (RES_FLAGS | RES_NOQUERY | \
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_proto.c647 if (!ntp_mode7 || (restrict_mask & RES_NOQUERY)) {
656 if (restrict_mask & RES_NOQUERY) {
H A Dntp_config.c2536 flags |= RES_NOQUERY;
/freebsd-11.0-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1644 { "noquery", RES_NOQUERY },

Completed in 89 milliseconds