Lines Matching refs:xReceiveBlockTime
187 TEST_ASSERT_EQUAL( xSocket->xReceiveBlockTime, ipconfigSOCK_DEFAULT_RECEIVE_BLOCK_TIME ); in test_FreeRTOS_socket_TCPSocket_ProtocolDependent()
232 TEST_ASSERT_EQUAL( xSocket->xReceiveBlockTime, ipconfigSOCK_DEFAULT_RECEIVE_BLOCK_TIME ); in test_FreeRTOS_socket_TCPSocket()
275 TEST_ASSERT_EQUAL( xSocket->xReceiveBlockTime, ipconfigSOCK_DEFAULT_RECEIVE_BLOCK_TIME ); in test_FreeRTOS_socket_UDPSocket()
314 TEST_ASSERT_EQUAL( xSocket->xReceiveBlockTime, ipconfigSOCK_DEFAULT_RECEIVE_BLOCK_TIME ); in test_FreeRTOS_socket_UDPSocket_ProtocolDependent()
365 TEST_ASSERT_EQUAL( xSocket->xReceiveBlockTime, ipconfigSOCK_DEFAULT_RECEIVE_BLOCK_TIME ); in test_FreeRTOS_socket_TCPv6Socket()
1174 TEST_ASSERT_EQUAL( vOptionValue, xSocket.xReceiveBlockTime ); in test_FreeRTOS_setsockopt_RecvTimeOut()
2682 xSocket.xReceiveBlockTime = 0x123; in test_FreeRTOS_connect_Timeout()
2694 …EventGroup, eSOCKET_CONNECT | eSOCKET_CLOSED, pdTRUE, pdFALSE, xSocket.xReceiveBlockTime, pdTRUE ); in test_FreeRTOS_connect_Timeout()
2718 xSocket.xReceiveBlockTime = 0x123; in test_FreeRTOS_connect_SocketClosed()
2730 …ntGroup, eSOCKET_CONNECT | eSOCKET_CLOSED, pdTRUE, pdFALSE, xSocket.xReceiveBlockTime, eSOCKET_CLO… in test_FreeRTOS_connect_SocketClosed()
2753 xGlobalSocket.xReceiveBlockTime = 0x123; in test_FreeRTOS_connect_Connected()
2784 xGlobalSocket.xReceiveBlockTime = 0x123; in test_FreeRTOS_connect_SocketErrorDuringSleep()