Searched refs:xGlobalSocket (Results 1 – 2 of 2) sorted by relevance
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/ |
| D | FreeRTOS_Sockets_stubs.c | 47 FreeRTOS_Socket_t xGlobalSocket; variable 66 xGlobalSocket.u.xTCP.eTCPState = eESTABLISHED; in xStubForEventGroupWaitBits() 72 xGlobalSocket.ucProtocol = FREERTOS_IPPROTO_UDP; in vStub_vTaskSetTimeOutState_socketError()
|
| D | FreeRTOS_Sockets_GenericAPI_utest.c | 2746 memset( &xGlobalSocket, 0, sizeof( xGlobalSocket ) ); in test_FreeRTOS_connect_Connected() 2751 xGlobalSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_FreeRTOS_connect_Connected() 2753 xGlobalSocket.xReceiveBlockTime = 0x123; in test_FreeRTOS_connect_Connected() 2756 vTCPStateChange_Expect( &xGlobalSocket, eCONNECT_SYN ); in test_FreeRTOS_connect_Connected() 2766 xResult = FreeRTOS_connect( &xGlobalSocket, &xAddress, xAddressLength ); in test_FreeRTOS_connect_Connected() 2780 memset( &xGlobalSocket, 0, sizeof( xGlobalSocket ) ); in test_FreeRTOS_connect_SocketErrorDuringSleep() 2782 xGlobalSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_FreeRTOS_connect_SocketErrorDuringSleep() 2784 xGlobalSocket.xReceiveBlockTime = 0x123; in test_FreeRTOS_connect_SocketErrorDuringSleep() 2787 vTCPStateChange_Expect( &xGlobalSocket, eCONNECT_SYN ); in test_FreeRTOS_connect_SocketErrorDuringSleep() 2793 xResult = FreeRTOS_connect( &xGlobalSocket, &xAddress, xAddressLength ); in test_FreeRTOS_connect_SocketErrorDuringSleep()
|