Searched refs:xSendBlockTime (Results 1 – 6 of 6) sorted by relevance
93 TEST_ASSERT_EQUAL( xSocket->xSendBlockTime, ipconfigSOCK_DEFAULT_SEND_BLOCK_TIME ); in test_FreeRTOS_socket_TCPv6SocketLowMSS()
1037 xSocket.xSendBlockTime = 100; in test_FreeRTOS_send_LessSpaceInStreamBuffer_Timeout()1080 xSocket.xSendBlockTime = 100; in test_FreeRTOS_send_LessSpaceInStreamBuffer_EventuallySpaceAvailable()1124 xSocket.xSendBlockTime = 100; in test_FreeRTOS_send_MultipleIterationsAndNoSuccess()1177 xSocket.xSendBlockTime = 100; in test_FreeRTOS_send_DisconnectionOccursDuringWait()1218 xSocket.xSendBlockTime = 100; in test_FreeRTOS_send_IPTaskWithNULLBuffer()1246 xSocket.xSendBlockTime = 100; in test_FreeRTOS_send_DontWaitFlag()
188 TEST_ASSERT_EQUAL( xSocket->xSendBlockTime, ipconfigSOCK_DEFAULT_SEND_BLOCK_TIME ); in test_FreeRTOS_socket_TCPSocket_ProtocolDependent()233 TEST_ASSERT_EQUAL( xSocket->xSendBlockTime, ipconfigSOCK_DEFAULT_SEND_BLOCK_TIME ); in test_FreeRTOS_socket_TCPSocket()276 TEST_ASSERT_EQUAL( xSocket->xSendBlockTime, ipconfigSOCK_DEFAULT_SEND_BLOCK_TIME ); in test_FreeRTOS_socket_UDPSocket()315 TEST_ASSERT_EQUAL( xSocket->xSendBlockTime, ipconfigSOCK_DEFAULT_SEND_BLOCK_TIME ); in test_FreeRTOS_socket_UDPSocket_ProtocolDependent()366 TEST_ASSERT_EQUAL( xSocket->xSendBlockTime, ipconfigSOCK_DEFAULT_SEND_BLOCK_TIME ); in test_FreeRTOS_socket_TCPv6Socket()1194 TEST_ASSERT_EQUAL( vOptionValue, xSocket.xSendBlockTime ); in test_FreeRTOS_setsockopt_SendTimeOut()1216 TEST_ASSERT_EQUAL( vOptionValue, xSocket.xSendBlockTime ); in test_FreeRTOS_setsockopt_SendTimeOutUDP()1238 TEST_ASSERT_EQUAL( ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS, xSocket.xSendBlockTime ); in test_FreeRTOS_setsockopt_SendTimeOutUDPMoreBockingTime()
956 pxNewSocket->xSendBlockTime = pxSocket->xSendBlockTime; in prvTCPSocketCopy()
758 pxSocket->xSendBlockTime = ipconfigSOCK_DEFAULT_SEND_BLOCK_TIME; in FreeRTOS_socket()1493 TickType_t xTicksToWait = pxSocket->xSendBlockTime; in prvSendTo_ActualSend()2699 pxSocket->xSendBlockTime = xBlockTime; in prvSetOptionTimeout()4515 xRemainingTime = pxSocket->xSendBlockTime; in prvTCPSendLoop()
690 …TickType_t xSendBlockTime; /**< if send[to] is called while there is not enough space … member