Home
last modified time | relevance | path

Searched refs:SERVER_AUTH_FAIL (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/ntp/sntp/tests/
DpacketProcessing.c205 TEST_ASSERT_EQUAL(SERVER_AUTH_FAIL, in test_UnauthenticatedPacketReject()
220 TEST_ASSERT_EQUAL(SERVER_AUTH_FAIL, in test_CryptoNAKPacketReject()
246 TEST_ASSERT_EQUAL(SERVER_AUTH_FAIL, in test_AuthenticatedPacketInvalid()
270 TEST_ASSERT_EQUAL(SERVER_AUTH_FAIL, in test_AuthenticatedPacketUnknownKey()
DpacketHandling.c244 rpktl = SERVER_AUTH_FAIL; in test_HandleServerAuthenticationFailure()
/freebsd-10-stable/contrib/ntp/sntp/
Dnetworking.h30 #define SERVER_AUTH_FAIL -3 /* Authentication failed, act upon settings */ macro
Dnetworking.c215 return SERVER_AUTH_FAIL; in process_pkt()
Dmain.c1202 case SERVER_AUTH_FAIL: in handle_pkt()