Searched refs:xIsGlobal (Results 1 – 2 of 2) sorted by relevance
78 BaseType_t xIsGlobal );93 BaseType_t xIsGlobal ) in pxGetEndpoint() argument108 if( xEndpointGlobal == xIsGlobal ) in pxGetEndpoint()149 BaseType_t xIsGlobal = ( eTargetType == eIPv6_Global ) ? pdTRUE : pdFALSE; in prvStartLookup() local150 pxNetworkBuffer->pxEndPoint = pxGetEndpoint( ( BaseType_t ) ipTYPE_IPv6, xIsGlobal ); in prvStartLookup()
66 BaseType_t xIsGlobal );1376 BaseType_t xIsGlobal = pdFALSE; in test_pxGetEndpoint_IPv4() local1383 pxReturnEndPoint = pxGetEndpoint( ipTYPE_IPv4, xIsGlobal ); in test_pxGetEndpoint_IPv4()1393 BaseType_t xIsGlobal = pdFALSE; in test_pxGetEndpoint_NotMatchEndpoint() local1403 pxReturnEndPoint = pxGetEndpoint( ipTYPE_IPv6, xIsGlobal ); in test_pxGetEndpoint_NotMatchEndpoint()