Lines Matching refs:eARPGetCacheEntry
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()
2431 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &xInterface ); in test_eARPGetCacheEntry_GatewayAddressZero()
2456 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &xInterface ); in test_eARPGetCacheEntry_AddressNotOnLocalAddress()
2488 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &xInterface ); in test_eARPGetCacheEntry_NoCacheHit()