Lines Matching refs:ulIPAddress
492 xEndPoint.ipv4_settings.ulIPAddress = 0; in test_eARPProcessPacket_LocalIPisZero()
509 xEndPoint.ipv4_settings.ulIPAddress = 0xAABBCCDD; in test_eARPProcessPacket_InvalidOperation()
550 xEndPoint.ipv4_settings.ulIPAddress = 0xAABBCCDD; in test_eARPProcessPacket_Request_DifferentIP()
585 xEndPoint.ipv4_settings.ulIPAddress = 0xAABBCCDD; in test_eARPProcessPacket_Request_SenderMACSameAsLocalMAC()
588 xARPFrame.xARPHeader.ulTargetProtocolAddress = xEndPoint.ipv4_settings.ulIPAddress; in test_eARPProcessPacket_Request_SenderMACSameAsLocalMAC()
617 xEndPoint.ipv4_settings.ulIPAddress = 0xAABBCCDD; in test_eARPProcessPacket_Request_SenderAndTargetDifferent()
620 xARPFrame.xARPHeader.ulTargetProtocolAddress = xEndPoint.ipv4_settings.ulIPAddress; in test_eARPProcessPacket_Request_SenderAndTargetDifferent()
641 xEndPoint.ipv4_settings.ulIPAddress = xARPFrame.xARPHeader.ulTargetProtocolAddress; in test_eARPProcessPacket_Request_SenderAndTargetDifferent()
666 xEndPoint.ipv4_settings.ulIPAddress = 0xAABBCCDD; in test_eARPProcessPacket_Request_SenderAndTargetSame()
669 xARPFrame.xARPHeader.ulTargetProtocolAddress = xEndPoint.ipv4_settings.ulIPAddress; in test_eARPProcessPacket_Request_SenderAndTargetSame()
723 xEndPoint.ipv4_settings.ulIPAddress = 0xAABBCCDD; in test_eARPProcessPacket_Request_GratuitousARP()
731 xARPCache[ 0 ].ulIPAddress = ulTargetIP; in test_eARPProcessPacket_Request_GratuitousARP()
754 TEST_ASSERT_EQUAL( ulTargetIP, xARPCache[ 0 ].ulIPAddress ); in test_eARPProcessPacket_Request_GratuitousARP()
788 xEndPoint.ipv4_settings.ulIPAddress = 0xAABBCCDD; in test_eARPProcessPacket_Request_GratuitousARP_MACUnchanged()
796 xARPCache[ 0 ].ulIPAddress = ulTargetIP; in test_eARPProcessPacket_Request_GratuitousARP_MACUnchanged()
817 TEST_ASSERT_EQUAL( ulTargetIP, xARPCache[ 0 ].ulIPAddress ); in test_eARPProcessPacket_Request_GratuitousARP_MACUnchanged()
849 xEndPoint.ipv4_settings.ulIPAddress = 0xAABBCCDD; in test_eARPProcessPacket_Request_GratuitousARP_OutOfSubnetIP()
858 xARPCache[ 0 ].ulIPAddress = ulTargetIP; in test_eARPProcessPacket_Request_GratuitousARP_OutOfSubnetIP()
874 TEST_ASSERT_EQUAL( ulTargetIP, xARPCache[ 0 ].ulIPAddress ); in test_eARPProcessPacket_Request_GratuitousARP_OutOfSubnetIP()
907 xEndPoint.ipv4_settings.ulIPAddress = 0xAABBCCDD; in test_eARPProcessPacket_Request_GratuitousARP_MACMatchesWithEndpoint()
917 xARPCache[ 0 ].ulIPAddress = ulTargetIP; in test_eARPProcessPacket_Request_GratuitousARP_MACMatchesWithEndpoint()
933 TEST_ASSERT_EQUAL( ulTargetIP, xARPCache[ 0 ].ulIPAddress ); in test_eARPProcessPacket_Request_GratuitousARP_MACMatchesWithEndpoint()
966 xEndPoint.ipv4_settings.ulIPAddress = 0xAABBCCDD; in test_eARPProcessPacket_Request_GratuitousARP_TargetHWAddressNotBroadcast()
977 xARPCache[ 0 ].ulIPAddress = ulTargetIP; in test_eARPProcessPacket_Request_GratuitousARP_TargetHWAddressNotBroadcast()
993 TEST_ASSERT_EQUAL( ulTargetIP, xARPCache[ 0 ].ulIPAddress ); in test_eARPProcessPacket_Request_GratuitousARP_TargetHWAddressNotBroadcast()
1030 xEndPoint.ipv4_settings.ulIPAddress = 0xAABBCCDD; in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingEndpoint()
1038 xARPCache[ 0 ].ulIPAddress = ulTargetIP; in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingEndpoint()
1058 TEST_ASSERT_EQUAL( ulTargetIP, xARPCache[ 0 ].ulIPAddress ); in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingEndpoint()
1093 xEndPoint.ipv4_settings.ulIPAddress = 0xAABBCCDD; in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingIP()
1101 xARPCache[ 0 ].ulIPAddress = 0xAABBCCDF; in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingIP()
1121 TEST_ASSERT_EQUAL( 0xAABBCCDF, xARPCache[ 0 ].ulIPAddress ); in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingIP()
1165 xEndPoint.ipv4_settings.ulIPAddress = *ipLOCAL_IP_ADDRESS_POINTER; in test_eARPProcessPacket_Reply_TargetIPSameAsLocalIP()
1206 xARPCache[ 0 ].ulIPAddress = ulSenderProtocolAddress; in test_eARPProcessPacket_Reply_TargetIPNotSameAsLocalIP_ButEntryInCache()
1246 xEndPoint.ipv4_settings.ulIPAddress = 0xAABBCCDD; in test_eARPProcessPacket_Reply_SenderAndTargetSame()
1249 xARPFrame.xARPHeader.ulTargetProtocolAddress = xEndPoint.ipv4_settings.ulIPAddress; in test_eARPProcessPacket_Reply_SenderAndTargetSame()
1301 xEndPoint_2.ipv4_settings.ulIPAddress = xARPFrame.xARPHeader.ucSenderProtocolAddress + 0x11; in test_eARPProcessPacket_Reply_SenderAndTargetSame()
1559 uint32_t ulIPAddress = 0x1234ABCD; in test_xIsIPInARPCache_NoMatchingIP() local
1564 xARPCache[ x ].ulIPAddress = 0; in test_xIsIPInARPCache_NoMatchingIP()
1567 xResult = xIsIPInARPCache( ulIPAddress ); in test_xIsIPInARPCache_NoMatchingIP()
1574 uint32_t ulIPAddress = 0x1234ABCD; in test_xIsIPInARPCache_MatchingIPButEntryInvalid() local
1579 xARPCache[ x ].ulIPAddress = 0; in test_xIsIPInARPCache_MatchingIPButEntryInvalid()
1583 xARPCache[ 0 ].ulIPAddress = ulIPAddress; in test_xIsIPInARPCache_MatchingIPButEntryInvalid()
1585 xResult = xIsIPInARPCache( ulIPAddress ); in test_xIsIPInARPCache_MatchingIPButEntryInvalid()
1592 uint32_t ulIPAddress = 0x1234ABCD; in test_xIsIPInARPCache_MatchingIP1() local
1597 xARPCache[ x ].ulIPAddress = 0; in test_xIsIPInARPCache_MatchingIP1()
1601 xARPCache[ 0 ].ulIPAddress = ulIPAddress; in test_xIsIPInARPCache_MatchingIP1()
1603 xResult = xIsIPInARPCache( ulIPAddress ); in test_xIsIPInARPCache_MatchingIP1()
1610 uint32_t ulIPAddress = 0x1234ABCD; in test_xIsIPInARPCache_MatchingIP2() local
1615 xARPCache[ x ].ulIPAddress = 0; in test_xIsIPInARPCache_MatchingIP2()
1619 xARPCache[ ipconfigARP_CACHE_ENTRIES - 1 ].ulIPAddress = ulIPAddress; in test_xIsIPInARPCache_MatchingIP2()
1621 xResult = xIsIPInARPCache( ulIPAddress ); in test_xIsIPInARPCache_MatchingIP2()
1785 …xEndPoint.ipv4_settings.ulIPAddress = *ipLOCAL_IP_ADDRESS_POINTER & xEndPoint.ipv4_settings.ulNetM… in test_xCheckRequiresARPResolution_OnLocalNetwork_NotInCache()
1791 xARPCache[ x ].ulIPAddress = 0; in test_xCheckRequiresARPResolution_OnLocalNetwork_NotInCache()
1822 xEndPoint.ipv4_settings.ulIPAddress = 0xABCD1234; in test_xCheckRequiresARPResolution_OnLocalNetwork_InCache()
1826 …pxIPHeader->ulSourceIPAddress = xEndPoint.ipv4_settings.ulIPAddress & xEndPoint.ipv4_settings.ulNe… in test_xCheckRequiresARPResolution_OnLocalNetwork_InCache()
1833 xARPCache[ x ].ulIPAddress = pxIPHeader->ulSourceIPAddress; in test_xCheckRequiresARPResolution_OnLocalNetwork_InCache()
1860 xARPCache[ i ].ulIPAddress = 0xAABBCCDD; in test_ulARPRemoveCacheEntryByMac_NoMatch()
1881 xARPCache[ i ].ulIPAddress = 0xAABBCCDD; in test_ulARPRemoveCacheEntryByMac_OneMatchingEntry()
1886 xARPCache[ xEntryToCheck ].ulIPAddress = 0xAABBCCEE; in test_ulARPRemoveCacheEntryByMac_OneMatchingEntry()
1897 uint32_t ulIPAddress; in test_vARPRefreshCacheEntry_NULLMAC_NoMatchingEntry() local
1904 xARPCache[ i ].ulIPAddress = 0xAABBCCDD; in test_vARPRefreshCacheEntry_NULLMAC_NoMatchingEntry()
1911 ulIPAddress = 0x00; in test_vARPRefreshCacheEntry_NULLMAC_NoMatchingEntry()
1913 vARPRefreshCacheEntry( NULL, ulIPAddress, &xEndPoint ); in test_vARPRefreshCacheEntry_NULLMAC_NoMatchingEntry()
1924 uint32_t ulIPAddress; in test_vARPRefreshCacheEntry_NULLMAC_MatchingEntry() local
1932 xARPCache[ i ].ulIPAddress = 0xAABBCCDD; in test_vARPRefreshCacheEntry_NULLMAC_MatchingEntry()
1937 xARPCache[ 1 ].ulIPAddress = 0xAABBCCEE; in test_vARPRefreshCacheEntry_NULLMAC_MatchingEntry()
1941 ulIPAddress = 0xAABBCCEE; in test_vARPRefreshCacheEntry_NULLMAC_MatchingEntry()
1943 vARPRefreshCacheEntry( NULL, ulIPAddress, &xEndPoint ); in test_vARPRefreshCacheEntry_NULLMAC_MatchingEntry()
1954 uint32_t ulIPAddress; in test_vARPRefreshCacheEntry_MACWontMatch_IPWillMatch() local
1962 xARPCache[ i ].ulIPAddress = 0xAABBCCDD; in test_vARPRefreshCacheEntry_MACWontMatch_IPWillMatch()
1969 xARPCache[ xUseEntry ].ulIPAddress = 0xAABBCCEE; in test_vARPRefreshCacheEntry_MACWontMatch_IPWillMatch()
1971 ulIPAddress = 0xAABBCCEE; in test_vARPRefreshCacheEntry_MACWontMatch_IPWillMatch()
1977 vARPRefreshCacheEntry( &xMACAddress, ulIPAddress, &xEndPoint ); in test_vARPRefreshCacheEntry_MACWontMatch_IPWillMatch()
1989 uint32_t ulIPAddress; in test_vARPRefreshCacheEntry_MACAndIPWillMatch() local
1997 xARPCache[ i ].ulIPAddress = 0xAABBCCDD; in test_vARPRefreshCacheEntry_MACAndIPWillMatch()
2004 xARPCache[ xUseEntry ].ulIPAddress = 0xAABBCCEE; in test_vARPRefreshCacheEntry_MACAndIPWillMatch()
2008 ulIPAddress = 0xAABBCCEE; in test_vARPRefreshCacheEntry_MACAndIPWillMatch()
2014 vARPRefreshCacheEntry( &xMACAddress, ulIPAddress, &xEndPoint ); in test_vARPRefreshCacheEntry_MACAndIPWillMatch()
2027 uint32_t ulIPAddress; in test_vARPRefreshCacheEntry_IPOnADifferentSubnet() local
2035 xARPCache[ i ].ulIPAddress = 0xAABBCCDD; in test_vARPRefreshCacheEntry_IPOnADifferentSubnet()
2042 xARPCache[ xUseEntry ].ulIPAddress = 0xAABBCCEE; in test_vARPRefreshCacheEntry_IPOnADifferentSubnet()
2049 ulIPAddress = 0x00BBCCEE; in test_vARPRefreshCacheEntry_IPOnADifferentSubnet()
2056 vARPRefreshCacheEntry( &xMACAddress, ulIPAddress, &xEndPoint ); in test_vARPRefreshCacheEntry_IPOnADifferentSubnet()
2068 uint32_t ulIPAddress; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations() local
2076 xARPCache[ i ].ulIPAddress = 0xAABBCCDD; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()
2085 xARPCache[ xUseEntry ].ulIPAddress = 0xAABBCCEE; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()
2086 ulIPAddress = 0xAABBCCEE; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()
2096 vARPRefreshCacheEntry( &xMACAddress, ulIPAddress, &xEndPoint ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()
2099 TEST_ASSERT_EQUAL( xARPCache[ xUseEntry + 1 ].ulIPAddress, ulIPAddress ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()
2113 uint32_t ulIPAddress; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations1() local
2121 xARPCache[ i ].ulIPAddress = 0xAABBCCDD; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations1()
2130 xARPCache[ xUseEntry ].ulIPAddress = 0xAABBCCEA; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations1()
2131 ulIPAddress = 0xAABBCCEE; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations1()
2141 vARPRefreshCacheEntry( &xMACAddress, ulIPAddress, &xEndPoint ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations1()
2144 TEST_ASSERT_EQUAL( xARPCache[ xUseEntry + 1 ].ulIPAddress, ulIPAddress ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations1()
2151 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_catchAssert() local
2158 catch_assert( eARPGetCacheEntryByMac( NULL, &ulIPAddress, &xInterface ) ); in test_eARPGetCacheEntryByMac_catchAssert()
2164 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_NullInterface() local
2174 xARPCache[ i ].ulIPAddress = 0xAABBCCDD; in test_eARPGetCacheEntryByMac_NullInterface()
2178 eResult = eARPGetCacheEntryByMac( &xMACAddress, &ulIPAddress, NULL ); in test_eARPGetCacheEntryByMac_NullInterface()
2180 TEST_ASSERT_EQUAL( 0x12345678, ulIPAddress ); in test_eARPGetCacheEntryByMac_NullInterface()
2186 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_NoMatchingEntries() local
2196 xARPCache[ i ].ulIPAddress = 0xAABBCCDD; in test_eARPGetCacheEntryByMac_NoMatchingEntries()
2200 eResult = eARPGetCacheEntryByMac( &xMACAddress, &ulIPAddress, &xInterface ); in test_eARPGetCacheEntryByMac_NoMatchingEntries()
2202 TEST_ASSERT_EQUAL( 0x12345678, ulIPAddress ); in test_eARPGetCacheEntryByMac_NoMatchingEntries()
2208 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_OneMatchingEntry() local
2218 xARPCache[ i ].ulIPAddress = 0xAABBCCDD; in test_eARPGetCacheEntryByMac_OneMatchingEntry()
2224 xARPCache[ ulEntryToTest ].ulIPAddress = 0xAABBCCEE; in test_eARPGetCacheEntryByMac_OneMatchingEntry()
2225 eResult = eARPGetCacheEntryByMac( &xMACAddress, &ulIPAddress, &xInterface ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()
2227 TEST_ASSERT_EQUAL( xARPCache[ ulEntryToTest ].ulIPAddress, ulIPAddress ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()
2229 eResult = eARPGetCacheEntryByMac( &xMACAddress, &ulIPAddress, NULL ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()
2231 TEST_ASSERT_EQUAL( xARPCache[ ulEntryToTest ].ulIPAddress, ulIPAddress ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()
2234 eResult = eARPGetCacheEntryByMac( &xMACAddress, &ulIPAddress, &xInterface ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()
2236 TEST_ASSERT_EQUAL( xARPCache[ ulEntryToTest ].ulIPAddress, ulIPAddress ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()
2242 uint32_t ulIPAddress; in test_eARPGetCacheEntry_CatchAssert() local
2247 catch_assert( eARPGetCacheEntry( &ulIPAddress, NULL, &xInterface ) ); in test_eARPGetCacheEntry_CatchAssert()
2248 catch_assert( eARPGetCacheEntry( &ulIPAddress, &xMACAddress, NULL ) ); in test_eARPGetCacheEntry_CatchAssert()
2253 uint32_t ulIPAddress; in test_eARPGetCacheEntry_IPMatchesBroadcastAddr() local
2260 ulIPAddress = FreeRTOS_ntohl( xNetworkAddressing.ulBroadcastAddress ); in test_eARPGetCacheEntry_IPMatchesBroadcastAddr()
2263 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_eARPGetCacheEntry_IPMatchesBroadcastAddr()
2265 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &pxEndPoint ); in test_eARPGetCacheEntry_IPMatchesBroadcastAddr()
2275 uint32_t ulIPAddress; in test_eARPGetCacheEntry_IPMatchesBroadcastAddr_NullEndPointOnNetMask() local
2282 ulIPAddress = FreeRTOS_ntohl( xNetworkAddressing.ulBroadcastAddress ); in test_eARPGetCacheEntry_IPMatchesBroadcastAddr_NullEndPointOnNetMask()
2285 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_eARPGetCacheEntry_IPMatchesBroadcastAddr_NullEndPointOnNetMask()
2287 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &pxEndPoint ); in test_eARPGetCacheEntry_IPMatchesBroadcastAddr_NullEndPointOnNetMask()
2295 uint32_t ulIPAddress; in test_eARPGetCacheEntry_MultiCastAddr() local
2302 ulIPAddress = FreeRTOS_ntohl( xNetworkAddressing.ulBroadcastAddress ); in test_eARPGetCacheEntry_MultiCastAddr()
2304 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 1UL ); in test_eARPGetCacheEntry_MultiCastAddr()
2308 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &pxEndPoint ); in test_eARPGetCacheEntry_MultiCastAddr()
2315 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 1UL ); in test_eARPGetCacheEntry_MultiCastAddr()
2320 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &pxEndPoint ); in test_eARPGetCacheEntry_MultiCastAddr()
2328 uint32_t ulIPAddress; in test_eARPGetCacheEntry_IPMatchesOtherBroadcastAddr() local
2336 ulIPAddress = FreeRTOS_ntohl( ipBROADCAST_IP_ADDRESS ); in test_eARPGetCacheEntry_IPMatchesOtherBroadcastAddr()
2339 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_eARPGetCacheEntry_IPMatchesOtherBroadcastAddr()
2341 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &xInterface ); in test_eARPGetCacheEntry_IPMatchesOtherBroadcastAddr()
2352 uint32_t ulIPAddress; in test_eARPGetCacheEntry_MatchingInvalidEntry() local
2360 ulIPAddress = 0x4321; in test_eARPGetCacheEntry_MatchingInvalidEntry()
2364 xARPCache[ 1 ].ulIPAddress = xNetworkAddressing.ulGatewayAddress; in test_eARPGetCacheEntry_MatchingInvalidEntry()
2370 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_eARPGetCacheEntry_MatchingInvalidEntry()
2373 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &xInterface ); in test_eARPGetCacheEntry_MatchingInvalidEntry()
2380 uint32_t ulIPAddress; in test_eARPGetCacheEntry_MatchingValidEntry() local
2388 ulIPAddress = 0x4321; in test_eARPGetCacheEntry_MatchingValidEntry()
2392 xARPCache[ 1 ].ulIPAddress = xNetworkAddressing.ulGatewayAddress; in test_eARPGetCacheEntry_MatchingValidEntry()
2398 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_eARPGetCacheEntry_MatchingValidEntry()
2401 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &xInterface ); in test_eARPGetCacheEntry_MatchingValidEntry()
2409 uint32_t ulIPAddress; in test_eARPGetCacheEntry_GatewayAddressZero() local
2424 ulIPAddress = 0x4321; in test_eARPGetCacheEntry_GatewayAddressZero()
2428 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_eARPGetCacheEntry_GatewayAddressZero()
2431 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &xInterface ); in test_eARPGetCacheEntry_GatewayAddressZero()
2439 uint32_t ulIPAddress; in test_eARPGetCacheEntry_AddressNotOnLocalAddress() local
2446 ulIPAddress = 0; in test_eARPGetCacheEntry_AddressNotOnLocalAddress()
2453 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_eARPGetCacheEntry_AddressNotOnLocalAddress()
2456 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &xInterface ); in test_eARPGetCacheEntry_AddressNotOnLocalAddress()
2463 uint32_t ulIPAddress; in test_eARPGetCacheEntry_NoCacheHit() local
2472 xARPCache[ i ].ulIPAddress = 0; in test_eARPGetCacheEntry_NoCacheHit()
2479 ulIPAddress = 0; in test_eARPGetCacheEntry_NoCacheHit()
2486 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_eARPGetCacheEntry_NoCacheHit()
2488 eResult = eARPGetCacheEntry( &ulIPAddress, &xMACAddress, &xInterface ); in test_eARPGetCacheEntry_NoCacheHit()
2512 xEndPoint.ipv4_settings.ulIPAddress = 0x1234; in test_vARPAgeCache()
2536 xARPCache[ ucEntryToCheck ].ulIPAddress = 0xAAAAAAAA; in test_vARPAgeCache()
2565 xARPCache[ ucEntryToCheck ].ulIPAddress = 0xAAAAAAAA; in test_vARPAgeCache()
2586 xARPCache[ ucEntryToCheck ].ulIPAddress = 0xAAAAAAAA; in test_vARPAgeCache()
2608 xARPCache[ ucEntryToCheck ].ulIPAddress = 0xAAAAAAAA; in test_vARPAgeCache()
2616 xEndPoint.ipv4_settings.ulIPAddress = 0; in test_vARPAgeCache()
2621 xARPCache[ ucEntryToCheck ].ulIPAddress = 0xAAAAAAAA; in test_vARPAgeCache()
2628 xEndPoint.ipv4_settings.ulIPAddress = 0x1234; in test_vARPAgeCache()
2634 xARPCache[ ucEntryToCheck ].ulIPAddress = 0xAAAAAAAA; in test_vARPAgeCache()
2666 uint32_t ulIPAddress = 0xAAAAAAAA; in test_FreeRTOS_OutputARPRequest() local
2672 xEndPoint.ipv4_settings.ulIPAddress = 0x1234; in test_FreeRTOS_OutputARPRequest()
2687 FreeRTOS_OutputARPRequest( ulIPAddress ); in test_FreeRTOS_OutputARPRequest()
2704 FreeRTOS_OutputARPRequest( ulIPAddress ); in test_FreeRTOS_OutputARPRequest()
2718 FreeRTOS_OutputARPRequest( ulIPAddress ); in test_FreeRTOS_OutputARPRequest()
2734 FreeRTOS_OutputARPRequest( ulIPAddress ); in test_FreeRTOS_OutputARPRequest()
2751 FreeRTOS_OutputARPRequest( ulIPAddress ); in test_FreeRTOS_OutputARPRequest()
2764 FreeRTOS_OutputARPRequest( ulIPAddress ); in test_FreeRTOS_OutputARPRequest()
2772 xEndPoint.ipv4_settings.ulIPAddress = 0U; in test_FreeRTOS_OutputARPRequest()
2777 FreeRTOS_OutputARPRequest( ulIPAddress ); in test_FreeRTOS_OutputARPRequest()
2792 uint32_t ulIPAddress = 0xAAAAAAAA; in test_xARPWaitResolution_PrivateFunctionReturnsHit() local
2802 catch_assert( xARPWaitResolution( ulIPAddress, 0 ) ); in test_xARPWaitResolution_PrivateFunctionReturnsHit()
2814 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 1UL ); in test_xARPWaitResolution_PrivateFunctionReturnsHit()
2818 xResult = xARPWaitResolution( ulIPAddress, 0 ); in test_xARPWaitResolution_PrivateFunctionReturnsHit()
2825 uint32_t ulIPAddress = 0xAAAAAAAA; in test_xARPWaitResolution_GNWFailsNoTimeout() local
2832 xEndPoint.ipv4_settings.ulIPAddress = 0xC0C0C0C0; in test_xARPWaitResolution_GNWFailsNoTimeout()
2839 xARPCache[ i ].ulIPAddress = 0xAAAAAAAA; in test_xARPWaitResolution_GNWFailsNoTimeout()
2842 ulIPAddress = 0x00000031; in test_xARPWaitResolution_GNWFailsNoTimeout()
2851 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_xARPWaitResolution_GNWFailsNoTimeout()
2864 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_xARPWaitResolution_GNWFailsNoTimeout()
2869 xResult = xARPWaitResolution( ulIPAddress, 0 ); in test_xARPWaitResolution_GNWFailsNoTimeout()
2878 uint32_t ulIPAddress = 0xAAAAAAAA; in test_xARPWaitResolution() local
2883 xEndPoint.ipv4_settings.ulIPAddress = 0xC0C0C0C0; in test_xARPWaitResolution()
2890 xARPCache[ i ].ulIPAddress = 0xAAAAAAAA; in test_xARPWaitResolution()
2893 ulIPAddress = 0x00000031; in test_xARPWaitResolution()
2902 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_xARPWaitResolution()
2915 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_xARPWaitResolution()
2925 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_xARPWaitResolution()
2929 xResult = xARPWaitResolution( ulIPAddress, 0 ); in test_xARPWaitResolution()
2940 xARPCache[ i ].ulIPAddress = 0xAAAAAAAA; in test_xARPWaitResolution()
2943 ulIPAddress = 0x00000031; in test_xARPWaitResolution()
2952 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_xARPWaitResolution()
2965 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 0UL ); in test_xARPWaitResolution()
2975 xIsIPv4Multicast_ExpectAndReturn( ulIPAddress, 1UL ); in test_xARPWaitResolution()
2980 xResult = xARPWaitResolution( ulIPAddress, 0 ); in test_xARPWaitResolution()
3056 xARPCache[ x ].ulIPAddress = 0xAA; in test_FreeRTOS_PrintARPCache()
3067 xARPCache[ x ].ulIPAddress = 0x00; in test_FreeRTOS_PrintARPCache()
3095 xARPCache[ xHitCacheIndex ].ulIPAddress = ulTargetIPAddress; in test_vARPRefreshCacheEntryAge_MatchIPMaychMAC()
3115 xARPCache[ 0 ].ulIPAddress = ulTargetIPAddress; in test_vARPRefreshCacheEntryAge_NotFound()