Searched refs:pdFREERTOS_ERRNO_ENOPROTOOPT (Results 1 – 7 of 7) sorted by relevance
70 #define pdFREERTOS_ERRNO_ENOPROTOOPT 109 /* Protocol not available */ macro
71 #define pdFREERTOS_ERRNO_ENOPROTOOPT 109 /* Protocol not available */ macro
82 #define FREERTOS_ENOPROTOOPT ( -pdFREERTOS_ERRNO_ENOPROTOOPT )
1109 case pdFREERTOS_ERRNO_ENOPROTOOPT: in FreeRTOS_strerror_r()
2157 xReturn = -pdFREERTOS_ERRNO_ENOPROTOOPT; in FreeRTOS_setsockopt()
1448 BaseType_t xErrnum = pdFREERTOS_ERRNO_ENOPROTOOPT; in test_FreeRTOS_strerror_r_ENOPROTOOPT()
2273 TEST_ASSERT_EQUAL( -pdFREERTOS_ERRNO_ENOPROTOOPT, xReturn ); in test_FreeRTOS_setsockopt_InvalidOption()