Home
last modified time | relevance | path

Searched defs:ulRxWindowLength (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_TCP_WIN.h79 uint32_t ulRxWindowLength; /**< The TCP window size of the incoming stream. */ member
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_WIN/
DFreeRTOS_TCP_WIN_utest.c245 uint32_t ulRxWindowLength = 0; in test_vTCPWindowCreate_success() local
282 uint32_t ulRxWindowLength = 0; in test_vTCPWindowCreate_tcp_segment_null() local
310 uint32_t ulRxWindowLength = 0; in test_vTCPWindowCreate_null_tcpSegment() local
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_WIN.c781 uint32_t ulRxWindowLength, in vTCPWindowCreate()