Searched refs:xIsIPInARPCache (Results 1 – 3 of 3) sorted by relevance
91 BaseType_t xIsIPInARPCache( uint32_t ulAddressToLookup );
323 ( xIsIPInARPCache( ulSenderProtocolAddress ) == pdTRUE ) ) in vProcessARPPacketReply()370 BaseType_t xIsIPInARPCache( uint32_t ulAddressToLookup ) in xIsIPInARPCache() function418 if( xIsIPInARPCache( pxIPHeader->ulSourceIPAddress ) == pdFALSE ) in xCheckRequiresARPResolution()
538 TEST_ASSERT_EQUAL( pdTRUE, xIsIPInARPCache( ulSenderProtocolAddress ) ); in test_eARPProcessPacket_Reply_TargetIPSameAsLocalIP()577 TEST_ASSERT_EQUAL( pdTRUE, xIsIPInARPCache( ulSenderProtocolAddress ) ); in test_eARPProcessPacket_Reply_TargetIPNotSameAsLocalIP_ButEntryInCache()806 xResult = xIsIPInARPCache( ulIPAddress ); in test_xIsIPInARPCache_NoMatchingIP()824 xResult = xIsIPInARPCache( ulIPAddress ); in test_xIsIPInARPCache_MatchingIPButEntryInvalid()842 xResult = xIsIPInARPCache( ulIPAddress ); in test_xIsIPInARPCache_MatchingIP1()860 xResult = xIsIPInARPCache( ulIPAddress ); in test_xIsIPInARPCache_MatchingIP2()