Searched refs:mockSegment2 (Results 1 – 1 of 1) sorted by relevance
1579 TCPSegment_t mockSegment2 = { 0 }; in test_ulTCPWindowTxGet_config_assert() local1588 xWindow.pxHeadSegment = &mockSegment2; in test_ulTCPWindowTxGet_config_assert()1591 mockSegment2.xQueueItem.pxContainer = NULL; in test_ulTCPWindowTxGet_config_assert()1592 mockSegment2.lDataLength = 567; in test_ulTCPWindowTxGet_config_assert()1593 mockSegment2.xQueueItem.pxContainer = &xWindow.xPriorityQueue; in test_ulTCPWindowTxGet_config_assert()1620 listGET_LIST_ITEM_OWNER_ExpectAnyArgsAndReturn( &mockSegment2 ); in test_ulTCPWindowTxGet_config_assert()1825 TCPSegment_t mockSegment2 = { 0 }; in test_ulTCPWindowTxGet_empty_wait_queue_5() local1835 xWindow.pxHeadSegment = &mockSegment2; in test_ulTCPWindowTxGet_empty_wait_queue_5()1838 mockSegment2.xQueueItem.pxContainer = NULL; in test_ulTCPWindowTxGet_empty_wait_queue_5()1839 mockSegment2.lDataLength = 567; in test_ulTCPWindowTxGet_empty_wait_queue_5()[all …]