Home
last modified time | relevance | path

Searched refs:eARPGetCacheEntryByMac (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARPGetCacheEntryByMac/
DARPGetCacheEntryByMac_harness.c27 eARPGetCacheEntryByMac( &xMACAddress, &ulIPAddress, ppxInterface ); in harness()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_ARP.h139 eARPLookupResult_t eARPGetCacheEntryByMac( const MACAddress_t * const pxMACAddress,
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP/
DFreeRTOS_ARP_utest.c2158 catch_assert( eARPGetCacheEntryByMac( NULL, &ulIPAddress, &xInterface ) ); in test_eARPGetCacheEntryByMac_catchAssert()
2159 catch_assert( eARPGetCacheEntryByMac( &xMACAddress, NULL, &xInterface ) ); in test_eARPGetCacheEntryByMac_catchAssert()
2178 eResult = eARPGetCacheEntryByMac( &xMACAddress, &ulIPAddress, NULL ); in test_eARPGetCacheEntryByMac_NullInterface()
2200 eResult = eARPGetCacheEntryByMac( &xMACAddress, &ulIPAddress, &xInterface ); in test_eARPGetCacheEntryByMac_NoMatchingEntries()
2225 eResult = eARPGetCacheEntryByMac( &xMACAddress, &ulIPAddress, &xInterface ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()
2229 eResult = eARPGetCacheEntryByMac( &xMACAddress, &ulIPAddress, NULL ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()
2234 eResult = eARPGetCacheEntryByMac( &xMACAddress, &ulIPAddress, &xInterface ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_ARP.c897 eARPLookupResult_t eARPGetCacheEntryByMac( const MACAddress_t * const pxMACAddress, in eARPGetCacheEntryByMac() function