Searched refs:eARPGetCacheEntry (Results 1 – 10 of 10) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARPGetCacheEntry/ |
D | ARPGetCacheEntry_harness.c | 49 eARPGetCacheEntry( &ulIPAddress, &xMACAddress, ppxInterface ); in harness()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARPProcessPacket/ |
D | ARPProcessPacket_harness.c | 21 eARPLookupResult_t eARPGetCacheEntry( uint32_t * pulIPAddress, in eARPGetCacheEntry() function
|
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_ARP.h | 132 eARPLookupResult_t eARPGetCacheEntry( uint32_t * pulIPAddress,
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/UDP/vProcessGeneratedUDPPacket/ |
D | vProcessGeneratedUDPPacket_harness.c | 67 eARPLookupResult_t eARPGetCacheEntry( uint32_t * pulIPAddress, in eARPGetCacheEntry() function
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_TCP_Transmission_IPv4.c | 239 …eResult = eARPGetCacheEntry( &ulDestinationIPAddress, &xMACAddress, &( pxNetworkBuffer->pxEndPoint… in prvTCPReturnPacket_IPV4() 342 eReturned = eARPGetCacheEntry( &( ulRemoteIP ), &( xEthAddress ), &( pxSocket->pxEndPoint ) ); in prvTCPPrepareConnect_IPV4()
|
D | FreeRTOS_ARP.c | 325 …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()
|
D | FreeRTOS_UDP_IPv4.c | 109 …eReturned = eARPGetCacheEntry( &( ulIPAddress ), &( pxUDPPacket->xEthernetHeader.xDestinationAddre… in vProcessGeneratedUDPPacket_IPv4()
|
D | FreeRTOS_IP.c | 2132 …eResult = eARPGetCacheEntry( &ulDestinationIPAddress, &xMACAddress, &( pxNetworkBuffer->pxEndPoint… in vReturnEthernetFrame()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP/ |
D | FreeRTOS_ARP_utest.c | 2246 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/ |
D | plus_tcp_demo_cli.c | 535 eResult = eARPGetCacheEntry( &ulLookUpIP, &xMACAddress, &pxEndPoint ); in handle_arpq() 617 eResult = eARPGetCacheEntry( &ulLookUpIP, &xMACAddress, &pxEndPoint ); in handle_arpq()
|