Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/
DFreeRTOS_Sockets_DiffConfig2_GenericAPI_utest.c163 xResult = FreeRTOS_connect( &xSocket, &xAddress, xAddressLength ); in test_FreeRTOS_connect_SocketValuesNULL_UseTempDestinationAddress()
184 xResult = FreeRTOS_connect( &xSocket, &xAddress, xAddressLength ); in test_FreeRTOS_connect_SocketValuesNULL_IPv6DestinationAddress()
205 xResult = FreeRTOS_connect( &xSocket, &xAddress, xAddressLength ); in test_FreeRTOS_connect_SocketValuesNULL_IPv4DestinationAddress()
222 xResult = FreeRTOS_connect( &xSocket, NULL, xAddressLength ); in test_FreeRTOS_connect_SocketValuesNULL_NullDestinationAddress()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_GenericAPI_utest.c2605 xResult = FreeRTOS_connect( &xSocket, &xAddress, xAddressLength ); in test_FreeRTOS_connect_SocketValuesNULL()
2624 xResult = FreeRTOS_connect( &xSocket, &xAddress, xAddressLength ); in test_FreeRTOS_connect_InvalidValues()
2633 xResult = FreeRTOS_connect( &xSocket, &xAddress, xAddressLength ); in test_FreeRTOS_connect_InvalidValues()
2637 xResult = FreeRTOS_connect( NULL, &xAddress, xAddressLength ); in test_FreeRTOS_connect_InvalidValues()
2641 xResult = FreeRTOS_connect( &xSocket, NULL, xAddressLength ); in test_FreeRTOS_connect_InvalidValues()
2663 xResult = FreeRTOS_connect( &xSocket, &xAddress, xAddressLength ); in test_FreeRTOS_connect_NonBlocking()
2699 xResult = FreeRTOS_connect( &xSocket, &xAddress, xAddressLength ); in test_FreeRTOS_connect_Timeout()
2732 xResult = FreeRTOS_connect( &xSocket, &xAddress, xAddressLength ); in test_FreeRTOS_connect_SocketClosed()
2766 xResult = FreeRTOS_connect( &xGlobalSocket, &xAddress, xAddressLength ); in test_FreeRTOS_connect_Connected()
2793 xResult = FreeRTOS_connect( &xGlobalSocket, &xAddress, xAddressLength ); in test_FreeRTOS_connect_SocketErrorDuringSleep()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Sockets.h298 BaseType_t FreeRTOS_connect( Socket_t xClientSocket,
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dhttp_client_test.c430 …rc = FreeRTOS_connect( xSocket, ( struct freertos_sockaddr * ) &xEchoServerAddress, sizeof( xEchoS… in prvEchoClientTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c3762 BaseType_t FreeRTOS_connect( Socket_t xClientSocket, in FreeRTOS_connect() function