Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_WIN.c1949 BaseType_t xDoUnlink; in prvTCPWindowTxCheckAck() local
1977 xDoUnlink = pdFALSE; in prvTCPWindowTxCheckAck()
2036 xDoUnlink = pdTRUE; in prvTCPWindowTxCheckAck()
2062 xDoUnlink = pdFALSE; in prvTCPWindowTxCheckAck()
2065 …if( ( xDoUnlink != pdFALSE ) && ( listLIST_ITEM_CONTAINER( &( pxSegment->xQueueItem ) ) != NULL ) ) in prvTCPWindowTxCheckAck()