Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_ARP.c562 BaseType_t bIsLocal[ 2 ]; in vARPRefreshCacheEntry() local
563bIsLocal[ 0 ] = ( ( xARPCache[ x ].ulIPAddress & xNetworkAddressing.ulNetMask ) == ( ( *ipLOCAL_IP… in vARPRefreshCacheEntry()
564bIsLocal[ 1 ] = ( ( ulIPAddress & xNetworkAddressing.ulNetMask ) == ( ( *ipLOCAL_IP_ADDRESS_POINTE… in vARPRefreshCacheEntry()
566 if( bIsLocal[ 0 ] == bIsLocal[ 1 ] ) in vARPRefreshCacheEntry()