Searched refs:ulAddressToLookup (Results 1 – 3 of 3) sorted by relevance
98 static eARPLookupResult_t prvCacheLookup( uint32_t ulAddressToLookup,485 BaseType_t xIsIPInARPCache( uint32_t ulAddressToLookup ) in xIsIPInARPCache() argument494 if( xARPCache[ x ].ulIPAddress == ulAddressToLookup ) in xIsIPInARPCache()960 uint32_t ulAddressToLookup; in eARPGetCacheEntry() local968 ulAddressToLookup = *pulIPAddress; in eARPGetCacheEntry()969 pxEndPoint = FreeRTOS_FindEndPointOnIP_IPv4( ulAddressToLookup, 0 ); in eARPGetCacheEntry()971 if( xIsIPv4Multicast( ulAddressToLookup ) != 0 ) in eARPGetCacheEntry()974 vSetMultiCastIPv4MacAddress( ulAddressToLookup, pxMACAddress ); in eARPGetCacheEntry()992 …else if( ( FreeRTOS_htonl( ulAddressToLookup ) & 0xffU ) == 0xffU ) /* Is this a broadcast address… in eARPGetCacheEntry()996 pxEndPoint = FreeRTOS_FindEndPointOnNetMask( ulAddressToLookup, 4 ); in eARPGetCacheEntry()[all …]
120 BaseType_t xIsIPInARPCache( uint32_t ulAddressToLookup );
16 BaseType_t xIsIPInARPCache( uint32_t ulAddressToLookup ) in xIsIPInARPCache() argument