Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/include/
H A Dntp.h871 #define RES_IGNORE 0x0001 /* ignore packet */ macro
878 #define RES_FLAGS (RES_IGNORE | RES_DONTSERVE |\
/freebsd-13.1/contrib/ntp/libntp/
H A Dstatestr.c181 { RES_IGNORE, "ignore", 0 },
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_restrict.c512 r4a->rflags = RES_IGNORE; in restrictions()
H A Dntp_config.c2697 rflags |= RES_IGNORE; in config_access()
5646 if (rflags & RES_IGNORE) { in build_rflags()
5647 rflags &= ~RES_IGNORE; in build_rflags()
H A Dntp_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()
H A Dntp_proto.c684 if (restrict_mask & RES_IGNORE) { in receive()
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1650 { "ignore", RES_IGNORE },