Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_UDP_IPv6.c77 static NetworkEndPoint_t * pxGetEndpoint( BaseType_t xIPType,
92 static NetworkEndPoint_t * pxGetEndpoint( BaseType_t xIPType, in pxGetEndpoint() function
150 pxNetworkBuffer->pxEndPoint = pxGetEndpoint( ( BaseType_t ) ipTYPE_IPv6, xIsGlobal ); in prvStartLookup()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_UDP_IPv6/
HDFreeRTOS_UDP_IPv6_utest.c65 extern NetworkEndPoint_t * pxGetEndpoint( BaseType_t xIPType,
1383 pxReturnEndPoint = pxGetEndpoint( ipTYPE_IPv4, xIsGlobal ); in test_pxGetEndpoint_IPv4()
1403 pxReturnEndPoint = pxGetEndpoint( ipTYPE_IPv6, xIsGlobal ); in test_pxGetEndpoint_NotMatchEndpoint()