Home
last modified time | relevance | path

Searched refs:xIpEntry (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_ARP.c723 if( xLocation.xIpEntry >= 0 ) in vARPRefreshCacheEntry()
728 … ( void ) memset( &( xARPCache[ xLocation.xIpEntry ] ), 0, sizeof( ARPCacheRow_t ) ); in vARPRefreshCacheEntry()
731 else if( xLocation.xIpEntry >= 0 ) in vARPRefreshCacheEntry()
734 xLocation.xUseEntry = xLocation.xIpEntry; in vARPRefreshCacheEntry()
754 else if( xLocation.xIpEntry < 0 ) in vARPRefreshCacheEntry()
792 pxLocation->xIpEntry = -1; in prvFindCacheEntry()
818 pxLocation->xIpEntry = x; in prvFindCacheEntry()
840 pxLocation->xIpEntry = x; in prvFindCacheEntry()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_ARP.h77 BaseType_t xIpEntry; /**< The index of the matching IP-address. */ member