Searched refs:FreeRTOS_connect (Results 1 – 5 of 5) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/ |
D | FreeRTOS_Sockets_DiffConfig2_GenericAPI_utest.c | 163 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/ |
D | FreeRTOS_Sockets_GenericAPI_utest.c | 2605 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/ |
D | FreeRTOS_Sockets.h | 298 BaseType_t FreeRTOS_connect( Socket_t xClientSocket,
|
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/ |
D | http_client_test.c | 430 …rc = FreeRTOS_connect( xSocket, ( struct freertos_sockaddr * ) &xEchoServerAddress, sizeof( xEchoS… in prvEchoClientTask()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_Sockets.c | 3762 BaseType_t FreeRTOS_connect( Socket_t xClientSocket, in FreeRTOS_connect() function
|