Searched refs:pdFREERTOS_ERRNO_ETIMEDOUT (Results 1 – 6 of 6) sorted by relevance
72 #define pdFREERTOS_ERRNO_ETIMEDOUT 116 /* Connection timed out */ macro
73 #define pdFREERTOS_ERRNO_ETIMEDOUT 116 /* Connection timed out */ macro
1141 case pdFREERTOS_ERRNO_ETIMEDOUT: in FreeRTOS_strerror_r()
3139 xResult = -pdFREERTOS_ERRNO_ETIMEDOUT; in FreeRTOS_connect()
1568 BaseType_t xErrnum = pdFREERTOS_ERRNO_ETIMEDOUT; in test_FreeRTOS_strerror_r_ETIMEDOUT()
2739 TEST_ASSERT_EQUAL( -pdFREERTOS_ERRNO_ETIMEDOUT, xResult ); in test_FreeRTOS_connect_Timeout()