Searched refs:ipconfigTCP_WIN_SEG_COUNT (Results 1 – 16 of 16) sorted by relevance
279 #define ipconfigTCP_WIN_SEG_COUNT 240 macro
284 #define ipconfigTCP_WIN_SEG_COUNT 240 macro
295 #define ipconfigTCP_WIN_SEG_COUNT 240 macro
281 #define ipconfigTCP_WIN_SEG_COUNT 2 macro
283 #define ipconfigTCP_WIN_SEG_COUNT 2 macro
191 #ifndef ipconfigTCP_WIN_SEG_COUNT192 #define ipconfigTCP_WIN_SEG_COUNT ( 256 ) macro
425 …CPSegments = ( ( TCPSegment_t * ) pvPortMallocLarge( ( size_t ) ipconfigTCP_WIN_SEG_COUNT * sizeof… in prvCreateSectors()430 … ( unsigned ) ( ipconfigTCP_WIN_SEG_COUNT * sizeof( xTCPSegments[ 0 ] ) ) ) ); in prvCreateSectors()437 …( void ) memset( xTCPSegments, 0, ( size_t ) ipconfigTCP_WIN_SEG_COUNT * sizeof( xTCPSegments[ 0 ]… in prvCreateSectors()439 for( xIndex = 0; xIndex < ipconfigTCP_WIN_SEG_COUNT; xIndex++ ) in prvCreateSectors()571 static UBaseType_t xLowestLength = ipconfigTCP_WIN_SEG_COUNT; in xTCPWindowNew()
278 … ipconfigTCP_WIN_SEG_COUNT, sizeof( TCPSegment_t ), xCurrentLine, xCurrentLine ) ); in vWriteHeader()
251 void * mlc = malloc( ipconfigTCP_WIN_SEG_COUNT * sizeof( xTCPSegments[ 0 ] ) ); in test_vTCPWindowCreate_success()1253 listCURRENT_LIST_LENGTH_ExpectAnyArgsAndReturn( ipconfigTCP_WIN_SEG_COUNT - 1 ); in test_lTCPWindowTxAdd_lBytsLeft_gt_zero_data_length_gt_maxlen()1300 listCURRENT_LIST_LENGTH_ExpectAnyArgsAndReturn( ipconfigTCP_WIN_SEG_COUNT - 1 ); in test_lTCPWindowTxAdd_lBytesLeft_gt_zero_data_length_lt_maxlen()