Searched refs:RES_KOD (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_monitor.c296 * Returns supplied restriction flags, with RES_LIMITED and RES_KOD
298 * (RES_LIMITED) and possibly should trigger a KoD response (RES_KOD).
305 * or RES_KOD is lit for a particular address before ntp_monitor()'s
331 return ~(RES_LIMITED | RES_KOD) & flags;
380 * exceeded, douse the RES_LIMITED and RES_KOD bits and
387 * the RES_LIMITED and RES_KOD bits lit. Otherwise,
388 * leave the counter alone and douse the RES_KOD bit.
394 restrict_mask &= ~(RES_LIMITED | RES_KOD);
398 restrict_mask &= ~RES_KOD;
464 return ~(RES_LIMITED | RES_KOD)
[all...]
H A Dntp_proto.c797 * RES_LIMITED and RES_KOD will be cleared in the returned
803 if ( !(restrict_mask & RES_KOD)
819 restrict_mask &= ~RES_KOD;
4130 if (flags & RES_KOD) {
H A Dntp_config.c2432 flags |= RES_KOD;
2488 if ((RES_KOD & flags) && !(RES_LIMITED & flags)) {
/freebsd-10.1-release/contrib/ntp/libntp/
H A Dstatestr.c190 { RES_KOD, "kod" },
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp.h858 #define RES_KOD 0x0400 /* send kiss of death packet */ macro
865 RES_LPTRAP | RES_KOD | \
/freebsd-10.1-release/contrib/ntp/ntpq/
H A Dntpq-subs.c3149 ? RES_KOD
3219 (RES_KOD & recent->rs)
/freebsd-10.1-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1651 { "kod", RES_KOD },

Completed in 83 milliseconds