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