Searched refs:xIPCouples (Results 1 – 1 of 1) sorted by relevance
1448 static const struct xIPv6_Couple xIPCouples[] = in xIPv6_GetIPType() local1459 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()