Searched refs:xTCPWindowNew (Results 1 – 1 of 1) sorted by relevance
64 …#define xTCPWindowRxNew( pxWindow, ulSequenceNumber, lCount ) xTCPWindowNew( pxWindow, ulSequen…67 …#define xTCPWindowTxNew( pxWindow, ulSequenceNumber, lCount ) xTCPWindowNew( pxWindow, ulSequen…129 static TCPSegment_t * xTCPWindowNew( TCPWindow_t * pxWindow,525 static TCPSegment_t * xTCPWindowNew( TCPWindow_t * pxWindow, in xTCPWindowNew() function