Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/
H A Dnetworking.c232 return SERVER_UNUSEABLE; in process_pkt()
240 return SERVER_UNUSEABLE; in process_pkt()
270 return SERVER_UNUSEABLE; in process_pkt()
H A Dnetworking.h28 #define SERVER_UNUSEABLE -1 /* Skip server */ macro
H A Dmain.c1200 case SERVER_UNUSEABLE: in handle_pkt()
/freebsd/contrib/ntp/sntp/tests/
H A DpacketProcessing.c293 TEST_ASSERT_EQUAL(SERVER_UNUSEABLE, in test_ServerVersionTooNew()
311 TEST_ASSERT_EQUAL(SERVER_UNUSEABLE, in test_NonWantedMode()
329 TEST_ASSERT_EQUAL(SERVER_UNUSEABLE,
373 TEST_ASSERT_EQUAL(SERVER_UNUSEABLE, in test_RejectWrongResponseServerMode()
H A DpacketHandling.c236 rpktl = SERVER_UNUSEABLE; in test_HandleServerAuthenticationFailure()