Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/sntp/
Dnetworking.c139 return PACKET_UNUSEABLE; in process_pkt()
150 return PACKET_UNUSEABLE; in process_pkt()
172 return PACKET_UNUSEABLE; in process_pkt()
209 return PACKET_UNUSEABLE; in process_pkt()
290 return PACKET_UNUSEABLE; in process_pkt()
Dnetworking.h31 #define PACKET_UNUSEABLE -2 /* Discard packet and try to get a useable packet again if not tried to… macro
Dmain.c1206 case PACKET_UNUSEABLE: in handle_pkt()
/netbsd/src/external/bsd/ntp/dist/sntp/tests/
DpacketProcessing.c139 TEST_ASSERT_EQUAL(PACKET_UNUSEABLE, in test_TooShortLength()
142 TEST_ASSERT_EQUAL(PACKET_UNUSEABLE, in test_TooShortLength()
151 TEST_ASSERT_EQUAL(PACKET_UNUSEABLE, in test_LengthNotMultipleOfFour()
154 TEST_ASSERT_EQUAL(PACKET_UNUSEABLE, in test_LengthNotMultipleOfFour()
182 TEST_ASSERT_EQUAL(PACKET_UNUSEABLE, in test_TooShortExtensionFieldLength()
395 TEST_ASSERT_EQUAL(PACKET_UNUSEABLE, in test_RejectWrongResponseServerMode()
DpacketHandling.c252 rpktl = PACKET_UNUSEABLE; in test_HandleUnusablePacket()