Searched refs:FREERTOS_SO_CLOSE_AFTER_SEND (Results 1 – 3 of 3) sorted by relevance
136 …#define FREERTOS_SO_CLOSE_AFTER_SEND ( 12 ) /* As soon as the last byte has been transmitted… macro
1972 int32_t lOptionName = FREERTOS_SO_CLOSE_AFTER_SEND; in test_FreeRTOS_setsockopt_SockClose_InvalidProtocol()1993 int32_t lOptionName = FREERTOS_SO_CLOSE_AFTER_SEND; in test_FreeRTOS_setsockopt_SockClose_Set()2015 int32_t lOptionName = FREERTOS_SO_CLOSE_AFTER_SEND; in test_FreeRTOS_setsockopt_SockClose_Reset()
2919 …case FREERTOS_SO_CLOSE_AFTER_SEND: /* As soon as the last byte has been transmitted, finalise the … in FreeRTOS_setsockopt()