Home
last modified time | relevance | path

Searched refs:RES_IGNORE (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
HDntp.h871 #define RES_IGNORE 0x0001 /* ignore packet */ macro
878 #define RES_FLAGS (RES_IGNORE | RES_DONTSERVE |\
/freebsd-11-stable/contrib/ntp/libntp/
HDstatestr.c181 { RES_IGNORE, "ignore", 0 },
/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_restrict.c512 r4a->rflags = RES_IGNORE; in restrictions()
HDntp_config.c2697 rflags |= RES_IGNORE; in config_access()
5646 if (rflags & RES_IGNORE) { in build_rflags()
5647 rflags &= ~RES_IGNORE; in build_rflags()
HDntp_io.c1046 -3, RESM_NTPONLY | RESM_INTERFACE, RES_IGNORE, 0); in remove_interface()
2134 -4, RESM_NTPONLY | RESM_INTERFACE, RES_IGNORE, 0); in create_interface()
HDntp_proto.c684 if (restrict_mask & RES_IGNORE) { in receive()
/freebsd-11-stable/contrib/ntp/ntpdc/
HDntpdc_ops.c1650 { "ignore", RES_IGNORE },