Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_monitor.c333 return ~(RES_LIMITED | RES_KOD) & flags; in ntp_monitor()
396 restrict_mask &= ~(RES_LIMITED | RES_KOD); in ntp_monitor()
400 restrict_mask &= ~RES_KOD; in ntp_monitor()
466 return ~(RES_LIMITED | RES_KOD) & flags; in ntp_monitor()
483 mon->flags = ~(RES_LIMITED | RES_KOD) & flags; in ntp_monitor()
H A Dntp_config.c2713 rflags |= RES_KOD; in config_access()
2777 if ((RES_KOD & rflags) && !(RES_LIMITED & rflags)) { in config_access()
5668 if (rflags & RES_KOD) { in build_rflags()
5669 rflags &= ~RES_KOD; in build_rflags()
H A Dntp_proto.c921 if ( !(restrict_mask & RES_KOD) in receive()
941 restrict_mask &= ~RES_KOD; in receive()
4542 if (flags & RES_KOD) { in fast_xmit()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp.h889 #define RES_KOD 0x0800 /* send kiss of death packet */ macro
900 RES_LPTRAP | RES_KOD | \
/netbsd/external/bsd/ntp/dist/libntp/
H A Dstatestr.c196 { RES_KOD, "kod", 0 },
/netbsd/external/bsd/ntp/dist/ntpq/
H A Dntpq-subs.c3221 ? RES_KOD in mrulist()
3291 (RES_KOD & recent->rs) in mrulist()
/netbsd/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c1662 { "kod", RES_KOD },
/netbsd/external/bsd/ntp/dist/
H A DCommitLog151395 the remote address, but if RES_KOD or RES_LIMITED handling was
151436 the remote address, but if RES_KOD or RES_LIMITED handling was