Searched refs:uxProtocol (Results 1 – 1 of 1) sorted by relevance
1887 UBaseType_t uxProtocol; in FreeRTOS_setsockopt() local1892 uxProtocol = ( UBaseType_t ) FREERTOS_IPPROTO_UDP; in FreeRTOS_setsockopt()1896 uxProtocol = ( UBaseType_t ) FREERTOS_IPPROTO_TCP; in FreeRTOS_setsockopt()1899 if( pxSocket->ucProtocol != ( uint8_t ) uxProtocol ) in FreeRTOS_setsockopt()