Lines Matching refs:ucAge
539 xARPCache[ x ].ucAge = ( uint8_t ) ipconfigMAX_ARP_AGE; in vARPRefreshCacheEntry()
577 else if( xARPCache[ x ].ucAge < ucMinAgeFound ) in vARPRefreshCacheEntry()
583 ucMinAgeFound = xARPCache[ x ].ucAge; in vARPRefreshCacheEntry()
627 xARPCache[ xUseEntry ].ucAge = ( uint8_t ) ipconfigMAX_ARP_AGE; in vARPRefreshCacheEntry()
632 xARPCache[ xUseEntry ].ucAge = ( uint8_t ) ipconfigMAX_ARP_RETRANSMISSIONS; in vARPRefreshCacheEntry()
864 if( xARPCache[ x ].ucAge > 0U ) in vARPAgeCache()
868 ( xARPCache[ x ].ucAge )--; in vARPAgeCache()
876 else if( xARPCache[ x ].ucAge <= ( uint8_t ) arpMAX_ARP_AGE_BEFORE_NEW_ARP_REQUEST ) in vARPAgeCache()
888 if( xARPCache[ x ].ucAge == 0U ) in vARPAgeCache()
1206 if( ( xARPCache[ x ].ulIPAddress != 0U ) && ( xARPCache[ x ].ucAge > ( uint8_t ) 0U ) ) in FreeRTOS_PrintARPCache()
1211 xARPCache[ x ].ucAge, in FreeRTOS_PrintARPCache()