Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/test/unit/tcp/
H A Dtest_tcp_state.c119 tx_counters->copy_tx_packets = 1; in test_rst_generation_with_incoming_packet()
121 tx_counters->copy_tx_packets = 0; in test_rst_generation_with_incoming_packet()
219 test_txcounters.copy_tx_packets = 1; in START_TEST()
221 test_txcounters.copy_tx_packets = 0; in START_TEST()
619 test_txcounters.copy_tx_packets = 1; in START_TEST()
621 test_txcounters.copy_tx_packets = 0; in START_TEST()
H A Dtcp_helper.h25 u8_t copy_tx_packets; member
H A Dtest_tcp.c360 txcounters.copy_tx_packets = 1; in START_TEST()
362 txcounters.copy_tx_packets = 0; in START_TEST()
908 txcounters.copy_tx_packets = 1; in test_tcp_tx_full_window_lost()
910 txcounters.copy_tx_packets = 0; in test_tcp_tx_full_window_lost()
1595 txcounters.copy_tx_packets = 1; in START_TEST()
1597 txcounters.copy_tx_packets = 0; in START_TEST()
1636 txcounters.copy_tx_packets = 1; in START_TEST()
1638 txcounters.copy_tx_packets = 0; in START_TEST()
H A Dtcp_helper.c289 if (txcounters->copy_tx_packets) { in test_tcp_netif_output()