Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_WIN.c117 static TCPSegment_t * xTCPWindowRxFind( const TCPWindow_t * pxWindow,
476 static TCPSegment_t * xTCPWindowRxFind( const TCPWindow_t * pxWindow, in xTCPWindowRxFind() function
1023 pxFound = xTCPWindowRxFind( pxWindow, ulCurrentSequenceNumber ); in prvTCPWindowRx_ExpectedRX()
1090 pxFound = xTCPWindowRxFind( pxWindow, ulLast ); in prvTCPWindowRx_UnexpectedRX()
1124 pxFound = xTCPWindowRxFind( pxWindow, ulSequenceNumber ); in prvTCPWindowRx_UnexpectedRX()