Home
last modified time | relevance | path

Searched refs:RES_SRVRSPFUZ (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/ntp/dist/include/
H A Dntp.h894 #define RES_SRVRSPFUZ 0x8000 /* Server response: fuzz */ macro
902 RES_NOMRULIST | RES_SRVRSPFUZ )
/netbsd/external/bsd/ntp/dist/libntp/
H A Dstatestr.c201 { RES_SRVRSPFUZ, "serverresponse fuzz", 0 },
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_config.c2761 rflags |= RES_SRVRSPFUZ; in config_access()
5728 if (rflags & RES_SRVRSPFUZ) { in build_rflags()
5729 rflags &= ~RES_SRVRSPFUZ; in build_rflags()
H A Dntp_proto.c4595 && RES_SRVRSPFUZ & flags) { in fast_xmit()