Searched refs:TEST5 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ntp/libntp/
H A Dstatestr.c96 { TEST5, "pkt_auth", 0 },
/freebsd-13-stable/contrib/ntp/include/
H A Dntp.h229 #define TEST5 0x0010 /* bad authentication */ macro
234 #define PKT_TEST_MASK (TEST1 | TEST2 | TEST3 | TEST4 | TEST5 |\
402 u_long badauth; /* bad authentication (TEST5) */
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_proto.c202 int peer_clear_digest_early = 1; /* bad digest (TEST5) and Autokey */
204 int unpeer_crypto_nak_early = 1; /* crypto_NAK (TEST5) */
205 int unpeer_digest_early = 1; /* bad digest (TEST5) */
2111 peer->flash |= TEST5; /* bad auth */
2147 peer->flash |= TEST5; /* bad auth */
4428 peer->flash |= TEST5; /* auth error */

Completed in 59 milliseconds