Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_WIN.c64 …#define xTCPWindowRxNew( pxWindow, ulSequenceNumber, lCount ) xTCPWindowNew( pxWindow, ulSequen…
67 …#define xTCPWindowTxNew( pxWindow, ulSequenceNumber, lCount ) xTCPWindowNew( pxWindow, ulSequen…
127 static TCPSegment_t * xTCPWindowNew( TCPWindow_t * pxWindow,
521 static TCPSegment_t * xTCPWindowNew( TCPWindow_t * pxWindow, in xTCPWindowNew() function