Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARPGetCacheEntry/
DARPGetCacheEntry_harness.c49 eARPGetCacheEntry( &ulIPAddress, &xMACAddress, ppxInterface ); in harness()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARPProcessPacket/
DARPProcessPacket_harness.c21 eARPLookupResult_t eARPGetCacheEntry( uint32_t * pulIPAddress, in eARPGetCacheEntry() function
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_ARP.h132 eARPLookupResult_t eARPGetCacheEntry( uint32_t * pulIPAddress,
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/UDP/vProcessGeneratedUDPPacket/
DvProcessGeneratedUDPPacket_harness.c67 eARPLookupResult_t eARPGetCacheEntry( uint32_t * pulIPAddress, in eARPGetCacheEntry() function
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_Transmission_IPv4.c239 …eResult = eARPGetCacheEntry( &ulDestinationIPAddress, &xMACAddress, &( pxNetworkBuffer->pxEndPoint… in prvTCPReturnPacket_IPV4()
342 eReturned = eARPGetCacheEntry( &( ulRemoteIP ), &( xEthAddress ), &( pxSocket->pxEndPoint ) ); in prvTCPPrepareConnect_IPV4()
DFreeRTOS_ARP.c325 …if( eARPGetCacheEntry( &( ulSenderProtocolAddress ), &( xHardwareAddress ), &( pxCachedEndPoint ) … in eARPProcessPacket()
955 eARPLookupResult_t eARPGetCacheEntry( uint32_t * pulIPAddress, in eARPGetCacheEntry() function
1364 … xLookupResult = eARPGetCacheEntry( &( ulIPAddressCopy ), &( xMACAddress ), &( pxEndPoint ) ); in xARPWaitResolution()
1379 … xLookupResult = eARPGetCacheEntry( &( ulIPAddressCopy ), &( xMACAddress ), &( pxEndPoint ) ); in xARPWaitResolution()
DFreeRTOS_UDP_IPv4.c109 …eReturned = eARPGetCacheEntry( &( ulIPAddress ), &( pxUDPPacket->xEthernetHeader.xDestinationAddre… in vProcessGeneratedUDPPacket_IPv4()
DFreeRTOS_IP.c2132 …eResult = eARPGetCacheEntry( &ulDestinationIPAddress, &xMACAddress, &( pxNetworkBuffer->pxEndPoint… in vReturnEthernetFrame()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP/
DFreeRTOS_ARP_utest.c2246 catch_assert( eARPGetCacheEntry( NULL, &xMACAddress, &xInterface ) ); in test_eARPGetCacheEntry_CatchAssert()
2247 catch_assert( eARPGetCacheEntry( &ulIPAddress, NULL, &xInterface ) ); in test_eARPGetCacheEntry_CatchAssert()
2248 catch_assert( eARPGetCacheEntry( &ulIPAddress, &xMACAddress, NULL ) ); in test_eARPGetCacheEntry_CatchAssert()
2265 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &pxEndPoint ); in test_eARPGetCacheEntry_IPMatchesBroadcastAddr()
2287 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &pxEndPoint ); in test_eARPGetCacheEntry_IPMatchesBroadcastAddr_NullEndPointOnNetMask()
2308 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &pxEndPoint ); in test_eARPGetCacheEntry_MultiCastAddr()
2320 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &pxEndPoint ); in test_eARPGetCacheEntry_MultiCastAddr()
2341 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &xInterface ); in test_eARPGetCacheEntry_IPMatchesOtherBroadcastAddr()
2373 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &xInterface ); in test_eARPGetCacheEntry_MatchingInvalidEntry()
2401 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &xInterface ); in test_eARPGetCacheEntry_MatchingValidEntry()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c535 eResult = eARPGetCacheEntry( &ulLookUpIP, &xMACAddress, &pxEndPoint ); in handle_arpq()
617 eResult = eARPGetCacheEntry( &ulLookUpIP, &xMACAddress, &pxEndPoint ); in handle_arpq()