Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_TCP_WIN.c132 BaseType_t xIsForRx );
528 BaseType_t xIsForRx ) in xTCPWindowNew() argument
539 …S_debug_printf( ( "xTCPWindow%cxNew: Error: all segments occupied\n", ( xIsForRx != 0 ) ? 'R' : 'T… in xTCPWindowNew()
556 if( xIsForRx != 0 ) in xTCPWindowNew()
569 pxSegment->u.bits.bIsForRx = ( xIsForRx != 0 ) ? 1U : 0U; in xTCPWindowNew()