Searched refs:RES_IGNORE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/ntp/include/ |
| HD | ntp.h | 871 #define RES_IGNORE 0x0001 /* ignore packet */ macro 878 #define RES_FLAGS (RES_IGNORE | RES_DONTSERVE |\
|
| /freebsd-11-stable/contrib/ntp/libntp/ |
| HD | statestr.c | 181 { RES_IGNORE, "ignore", 0 },
|
| /freebsd-11-stable/contrib/ntp/ntpd/ |
| HD | ntp_restrict.c | 512 r4a->rflags = RES_IGNORE; in restrictions()
|
| HD | ntp_config.c | 2697 rflags |= RES_IGNORE; in config_access() 5646 if (rflags & RES_IGNORE) { in build_rflags() 5647 rflags &= ~RES_IGNORE; in build_rflags()
|
| HD | ntp_io.c | 1046 -3, RESM_NTPONLY | RESM_INTERFACE, RES_IGNORE, 0); in remove_interface() 2134 -4, RESM_NTPONLY | RESM_INTERFACE, RES_IGNORE, 0); in create_interface()
|
| HD | ntp_proto.c | 684 if (restrict_mask & RES_IGNORE) { in receive()
|
| /freebsd-11-stable/contrib/ntp/ntpdc/ |
| HD | ntpdc_ops.c | 1650 { "ignore", RES_IGNORE },
|