Searched refs:PACKET_UNUSEABLE (Results 1 – 5 of 5) sorted by relevance
139 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()
31 #define PACKET_UNUSEABLE -2 /* Discard packet and try to get a useable packet again if not tried to… macro
1206 case PACKET_UNUSEABLE: in handle_pkt()
139 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()
252 rpktl = PACKET_UNUSEABLE; in test_HandleUnusablePacket()