Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_TCP_Utils.c81 …( ( uxFlags & ( size_t ) tcpTCP_FLAG_CWR ) != 0 ) ? 'C' : '.' ); /* 0x0080: Congestion Window Redu… in prvTCPFlagMeaning()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
HDFreeRTOS_TCP_IP.h91 #define tcpTCP_FLAG_CWR ( ( uint8_t ) 0x80U ) /**< Congestion Window … macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Utils/
HDFreeRTOS_TCP_Utils_utest.c84 size_t Flags = tcpTCP_FLAG_SYN | tcpTCP_FLAG_PSH | tcpTCP_FLAG_URG | tcpTCP_FLAG_CWR; in test_prvTCPFlagMeaning_FlagGroup2()