Searched refs:mockSegment (Results 1 – 1 of 1) sorted by relevance
1226 TCPSegment_t mockSegment = { 0 }; in test_lTCPWindowTxAdd_lBytsLeft_gt_zero_data_length_gt_maxlen() local1240 mockSegment.lMaxLength = 200; in test_lTCPWindowTxAdd_lBytsLeft_gt_zero_data_length_gt_maxlen()1241 mockSegment.lDataLength = mockSegment.lMaxLength + 3; in test_lTCPWindowTxAdd_lBytsLeft_gt_zero_data_length_gt_maxlen()1248 listGET_LIST_ITEM_OWNER_ExpectAnyArgsAndReturn( &mockSegment ); in test_lTCPWindowTxAdd_lBytsLeft_gt_zero_data_length_gt_maxlen()1272 TCPSegment_t mockSegment = { 0 }; in test_lTCPWindowTxAdd_lBytesLeft_gt_zero_data_length_lt_maxlen() local1398 TCPSegment_t mockSegment = { 0 }; in test_xTCPWindowTxHasData_non_null_segment_maxage_lt_age() local1403 mockSegment.u.bits.ucTransmitCount = 1; in test_xTCPWindowTxHasData_non_null_segment_maxage_lt_age()1404 mockSegment.xTransmitTimer.uxBorn = 2; in test_xTCPWindowTxHasData_non_null_segment_maxage_lt_age()1411 listGET_LIST_ITEM_OWNER_ExpectAnyArgsAndReturn( &mockSegment ); in test_xTCPWindowTxHasData_non_null_segment_maxage_lt_age()1425 TCPSegment_t mockSegment = { 0 }; in test_xTCPWindowTxHasData_non_null_segment_maxAge_gt_age() local[all …]