Home
last modified time | relevance | path

Searched refs:eResult (Results 1 – 10 of 10) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ICMP/
DFreeRTOS_ICMP_utest.c70 eFrameProcessingResult_t eResult; in test_ProcessICMPPacket_CatchAssert() local
81 eFrameProcessingResult_t eResult; in test_ProcessICMPPacket_AllZeroData() local
93 eResult = ProcessICMPPacket( pxNetworkBuffer ); in test_ProcessICMPPacket_AllZeroData()
95 TEST_ASSERT_EQUAL( eReleaseBuffer, eResult ); in test_ProcessICMPPacket_AllZeroData()
100 eFrameProcessingResult_t eResult; in test_ProcessICMPPacket_EchoRequest() local
123 eResult = ProcessICMPPacket( pxNetworkBuffer ); in test_ProcessICMPPacket_EchoRequest()
125 TEST_ASSERT_EQUAL( eReturnEthernetFrame, eResult ); in test_ProcessICMPPacket_EchoRequest()
136 eFrameProcessingResult_t eResult; in test_ProcessICMPPacket_UnknownICMPPacket() local
152 eResult = ProcessICMPPacket( pxNetworkBuffer ); in test_ProcessICMPPacket_UnknownICMPPacket()
154 TEST_ASSERT_EQUAL( eReleaseBuffer, eResult ); in test_ProcessICMPPacket_UnknownICMPPacket()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ARP/
DFreeRTOS_ARP_utest.c33 eFrameProcessingResult_t eResult; in vResetARPClashCounter() local
48 eResult = eARPProcessPacket( &xARPFrame ); in vResetARPClashCounter()
178 eFrameProcessingResult_t eResult; in test_eARPProcessPacket_DifferentHardwareAddress() local
188 eResult = eARPProcessPacket( &xARPFrame ); in test_eARPProcessPacket_DifferentHardwareAddress()
189 TEST_ASSERT_EQUAL( eReleaseBuffer, eResult ); in test_eARPProcessPacket_DifferentHardwareAddress()
196 eFrameProcessingResult_t eResult; in test_eARPProcessPacket_DifferentProtocolType() local
207 eResult = eARPProcessPacket( &xARPFrame ); in test_eARPProcessPacket_DifferentProtocolType()
208 TEST_ASSERT_EQUAL( eReleaseBuffer, eResult ); in test_eARPProcessPacket_DifferentProtocolType()
215 eFrameProcessingResult_t eResult; in test_eARPProcessPacket_DifferentHardwareLength() local
227 eResult = eARPProcessPacket( &xARPFrame ); in test_eARPProcessPacket_DifferentHardwareLength()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c1429 eFrameProcessingResult_t eResult; in test_eConsiderFrameForProcessing_NoMatch() local
1435 eResult = eConsiderFrameForProcessing( ucEthernetBuffer ); in test_eConsiderFrameForProcessing_NoMatch()
1437 TEST_ASSERT_EQUAL( eReleaseBuffer, eResult ); in test_eConsiderFrameForProcessing_NoMatch()
1442 eFrameProcessingResult_t eResult; in test_eConsiderFrameForProcessing_LocalMACMatch() local
1455 eResult = eConsiderFrameForProcessing( ucEthernetBuffer ); in test_eConsiderFrameForProcessing_LocalMACMatch()
1457 TEST_ASSERT_EQUAL( eReleaseBuffer, eResult ); in test_eConsiderFrameForProcessing_LocalMACMatch()
1462 eFrameProcessingResult_t eResult; in test_eConsiderFrameForProcessing_LocalMACMatch1() local
1475 eResult = eConsiderFrameForProcessing( ucEthernetBuffer ); in test_eConsiderFrameForProcessing_LocalMACMatch1()
1477 TEST_ASSERT_EQUAL( eProcessBuffer, eResult ); in test_eConsiderFrameForProcessing_LocalMACMatch1()
1482 eFrameProcessingResult_t eResult; in test_eConsiderFrameForProcessing_LocalMACMatch2() local
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ICMP_wo_assert/
DFreeRTOS_ICMP_wo_assert_utest.c63 eFrameProcessingResult_t eResult; in test_ProcessICMPPacket_PacketSizeSmall() local
69 eResult = ProcessICMPPacket( pxNetworkBuffer ); in test_ProcessICMPPacket_PacketSizeSmall()
71 TEST_ASSERT_EQUAL( eReleaseBuffer, eResult ); in test_ProcessICMPPacket_PacketSizeSmall()
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_DiffConfig/
DFreeRTOS_IP_DiffConfig_utest.c389 eFrameProcessingResult_t eResult; in test_prvAllowIPPacket_BroadcastSourceIP() local
413 eResult = prvAllowIPPacket( pxIPPacket, pxNetworkBuffer, uxHeaderLength ); in test_prvAllowIPPacket_BroadcastSourceIP()
415 TEST_ASSERT_EQUAL( eReleaseBuffer, eResult ); in test_prvAllowIPPacket_BroadcastSourceIP()
420 eFrameProcessingResult_t eResult; in test_prvAllowIPPacket_IncorrectSizeFields() local
444 eResult = prvAllowIPPacket( pxIPPacket, pxNetworkBuffer, uxHeaderLength ); in test_prvAllowIPPacket_IncorrectSizeFields()
446 TEST_ASSERT_EQUAL( eReleaseBuffer, eResult ); in test_prvAllowIPPacket_IncorrectSizeFields()
451 eFrameProcessingResult_t eResult; in test_prvAllowIPPacket_UDPCheckSumZero() local
480 eResult = prvAllowIPPacket( pxIPPacket, pxNetworkBuffer, uxHeaderLength ); in test_prvAllowIPPacket_UDPCheckSumZero()
482 TEST_ASSERT_EQUAL( eReleaseBuffer, eResult ); in test_prvAllowIPPacket_UDPCheckSumZero()
487 eFrameProcessingResult_t eResult; in test_prvAllowIPPacket_UDP_HappyPath() local
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/UDP/vProcessGeneratedUDPPacket/
DvProcessGeneratedUDPPacket_harness.c73 eARPLookupResult_t eResult; in eARPGetCacheEntry() local
75 return eResult; in eARPGetCacheEntry()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/WinPCap/
DNetworkInterface.c551 eFrameProcessingResult_t eResult; in prvInterruptSimulatorTask() local
573 eResult = ipCONSIDER_FRAME_FOR_PROCESSING( pucPacketData ); in prvInterruptSimulatorTask()
577 eResult = eReleaseBuffer; in prvInterruptSimulatorTask()
580 if( eResult == eProcessBuffer ) in prvInterruptSimulatorTask()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/linux/
DNetworkInterface.c739 eFrameProcessingResult_t eResult; in prvInterruptSimulatorTask() local
761 eResult = ipCONSIDER_FRAME_FOR_PROCESSING( pucPacketData ); in prvInterruptSimulatorTask()
765 eResult = eReleaseBuffer; in prvInterruptSimulatorTask()
768 if( eResult == eProcessBuffer ) in prvInterruptSimulatorTask()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c667 eFrameProcessingResult_t eResult; in prvNetworkInterfaceInput() local
697eResult = ipCONSIDER_FRAME_FOR_PROCESSING( ( const uint8_t * const ) ( xDMARxDescriptors[ ulNextRx… in prvNetworkInterfaceInput()
699 if( eResult == eProcessBuffer ) in prvNetworkInterfaceInput()
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_Transmission.c488 eARPLookupResult_t eResult; in prvTCPReturnPacket() local
490 eResult = eARPGetCacheEntry( &ulDestinationIPAddress, &xMACAddress ); in prvTCPReturnPacket()
492 if( eResult == eARPCacheHit ) in prvTCPReturnPacket()