Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_Routing.c1448 static const struct xIPv6_Couple xIPCouples[] = in xIPv6_GetIPType() local
1459 for( xIndex = 0; xIndex < ARRAY_SIZE_X( xIPCouples ); xIndex++ ) in xIPv6_GetIPType()
1465 if( ( usAddress & xIPCouples[ xIndex ].usMask ) == xIPCouples[ xIndex ].usExpected ) in xIPv6_GetIPType()
1467 eResult = xIPCouples[ xIndex ].eType; in xIPv6_GetIPType()