Home
last modified time | relevance | path

Searched refs:RES_KOD (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_monitor.c333 return ~(RES_LIMITED | RES_KOD) & flags; in ntp_monitor()
397 restrict_mask &= ~(RES_LIMITED | RES_KOD); in ntp_monitor()
401 restrict_mask &= ~RES_KOD; in ntp_monitor()
467 return ~(RES_LIMITED | RES_KOD) & flags; in ntp_monitor()
484 mon->flags = ~(RES_LIMITED | RES_KOD) & flags; in ntp_monitor()
HDntp_restrict.c839 if (rflags & RES_KOD) { in rflags_str()
840 CLEAR_BIT_IF_DEBUG(RES_KOD, rflags); in rflags_str()
HDntp_proto.c959 if ( !(restrict_mask & RES_KOD) in receive()
979 restrict_mask &= ~RES_KOD; in receive()
4639 if (flags & RES_KOD) { in fast_xmit()
HDntp_config.c2803 rflags |= RES_KOD; in config_access()
2866 if ((RES_KOD & rflags) && !(RES_LIMITED & rflags)) { in config_access()
/freebsd-14-stable/contrib/ntp/include/
HDntp.h895 #define RES_KOD 0x0800 /* send kiss of death packet */ macro
909 RES_LPTRAP | RES_KOD | \
/freebsd-14-stable/contrib/ntp/libntp/
HDstatestr.c193 { RES_KOD, "kod", 0 },
/freebsd-14-stable/contrib/ntp/ntpq/
HDntpq-subs.c3249 ? RES_KOD in mrulist()
3319 (RES_KOD & recent->rs) in mrulist()
/freebsd-14-stable/contrib/ntp/ntpdc/
HDntpdc_ops.c1660 { "kod", RES_KOD },
/freebsd-14-stable/contrib/ntp/
HDCommitLog160751 the remote address, but if RES_KOD or RES_LIMITED handling was
160792 the remote address, but if RES_KOD or RES_LIMITED handling was