Home
last modified time | relevance | path

Searched refs:uxProtocol (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c1887 UBaseType_t uxProtocol; in FreeRTOS_setsockopt() local
1892 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()