Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/
H A Dnetworking.c137 return PACKET_UNUSEABLE; in process_pkt()
148 return PACKET_UNUSEABLE; in process_pkt()
170 return PACKET_UNUSEABLE; in process_pkt()
207 return PACKET_UNUSEABLE; in process_pkt()
288 return PACKET_UNUSEABLE; in process_pkt()
H A Dnetworking.h29 #define PACKET_UNUSEABLE -2 /* Discard packet and try to get a useable packet again if not tried to… macro
H A Dmain.c1204 case PACKET_UNUSEABLE: in handle_pkt()
/freebsd/contrib/ntp/sntp/tests/
H A DpacketProcessing.c137 TEST_ASSERT_EQUAL(PACKET_UNUSEABLE, in tearDown()
140 TEST_ASSERT_EQUAL(PACKET_UNUSEABLE,
149 TEST_ASSERT_EQUAL(PACKET_UNUSEABLE, in test_TooShortLength()
152 TEST_ASSERT_EQUAL(PACKET_UNUSEABLE,
180 TEST_ASSERT_EQUAL(PACKET_UNUSEABLE, in test_TooShortExtensionFieldLength()
393 TEST_ASSERT_EQUAL(PACKET_UNUSEABLE, in test_AcceptNoSentPacketBroadcastMode()
H A DpacketHandling.c250 rpktl = PACKET_UNUSEABLE; in test_HandleKodDemobilize()