Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp.h246 #define TEST13 0x1000 /* peer unreacable */ macro
247 #define PEER_TEST_MASK (TEST10 | TEST11 | TEST12 | TEST13)
/freebsd/contrib/ntp/libntp/
H A Dstatestr.c103 { TEST13, "peer_unreach", 0 },
/freebsd/contrib/ntp/ntpd/
H A Dntp_peer.c459 if (!(peer->flash & TEST13)) in score()
H A Dntp_proto.c5161 rval |= TEST13; /* unreachable */ in peer_unfit()