Searched refs:xIsIPInARPCache (Results 1 – 5 of 5) sorted by relevance
120 BaseType_t xIsIPInARPCache( uint32_t ulAddressToLookup );
16 BaseType_t xIsIPInARPCache( uint32_t ulAddressToLookup ) in xIsIPInARPCache() function
434 ( xIsIPInARPCache( ulSenderProtocolAddress ) == pdTRUE ) ) in vARPProcessPacketReply()485 BaseType_t xIsIPInARPCache( uint32_t ulAddressToLookup ) in xIsIPInARPCache() function539 if( xIsIPInARPCache( pxIPHeader->ulSourceIPAddress ) == pdFALSE ) in xCheckRequiresARPResolution()
1172 TEST_ASSERT_EQUAL( pdTRUE, xIsIPInARPCache( ulSenderProtocolAddress ) ); in test_eARPProcessPacket_Reply_TargetIPSameAsLocalIP()1222 TEST_ASSERT_EQUAL( pdTRUE, xIsIPInARPCache( ulSenderProtocolAddress ) ); in test_eARPProcessPacket_Reply_TargetIPNotSameAsLocalIP_ButEntryInCache()1567 xResult = xIsIPInARPCache( ulIPAddress ); in test_xIsIPInARPCache_NoMatchingIP()1585 xResult = xIsIPInARPCache( ulIPAddress ); in test_xIsIPInARPCache_MatchingIPButEntryInvalid()1603 xResult = xIsIPInARPCache( ulIPAddress ); in test_xIsIPInARPCache_MatchingIP1()1621 xResult = xIsIPInARPCache( ulIPAddress ); in test_xIsIPInARPCache_MatchingIP2()
711 if( xIsIPInARPCache( ulGatewayAddress ) == pdFALSE ) in handle_dnsq()