Searched refs:pdFREERTOS_ERRNO_ENOTCONN (Results 1 – 9 of 9) sorted by relevance
77 #define pdFREERTOS_ERRNO_ENOTCONN 128 /* Socket is not connected */ macro
78 #define pdFREERTOS_ERRNO_ENOTCONN 128 /* Socket is not connected */ macro
83 #define FREERTOS_ECLOSED ( -pdFREERTOS_ERRNO_ENOTCONN )
3152 xResult = -pdFREERTOS_ERRNO_ENOTCONN; in FreeRTOS_connect()3386 xByteCount = -pdFREERTOS_ERRNO_ENOTCONN; in FreeRTOS_recv()3563 xResult = -pdFREERTOS_ERRNO_ENOTCONN; in prvTCPSendCheck()3824 xByteCount = ( BaseType_t ) -pdFREERTOS_ERRNO_ENOTCONN; in FreeRTOS_send()3945 xResult = -pdFREERTOS_ERRNO_ENOTCONN; in FreeRTOS_shutdown()
1125 case pdFREERTOS_ERRNO_ENOTCONN: in FreeRTOS_strerror_r()
411 TEST_ASSERT_EQUAL( -pdFREERTOS_ERRNO_ENOTCONN, xReturn ); in test_FreeRTOS_recv_NotConnectedAndNoMemory()866 TEST_ASSERT_EQUAL( -pdFREERTOS_ERRNO_ENOTCONN, xReturn ); in test_FreeRTOS_send_InvalidInput()1330 TEST_ASSERT_EQUAL( -pdFREERTOS_ERRNO_ENOTCONN, xReturn ); in test_FreeRTOS_shutdown_Invalid()
2772 TEST_ASSERT_EQUAL( -pdFREERTOS_ERRNO_ENOTCONN, xResult ); in test_FreeRTOS_connect_SocketClosed()
2195 TEST_ASSERT_EQUAL( -pdFREERTOS_ERRNO_ENOTCONN, lReturn ); in test_prvTCPSendCheck_InvalidValues()
1508 BaseType_t xErrnum = pdFREERTOS_ERRNO_ENOTCONN; in test_FreeRTOS_strerror_r_ENOTCONN()