Searched refs:eARPGetCacheEntryByMac (Results 1 – 4 of 4) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARPGetCacheEntryByMac/ |
D | ARPGetCacheEntryByMac_harness.c | 27 eARPGetCacheEntryByMac( &xMACAddress, &ulIPAddress, ppxInterface ); in harness()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_ARP.h | 139 eARPLookupResult_t eARPGetCacheEntryByMac( const MACAddress_t * const pxMACAddress,
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP/ |
D | FreeRTOS_ARP_utest.c | 2158 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/ |
D | FreeRTOS_ARP.c | 897 eARPLookupResult_t eARPGetCacheEntryByMac( const MACAddress_t * const pxMACAddress, in eARPGetCacheEntryByMac() function
|