Home
last modified time | relevance | path

Searched defs:txcounters (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/network/tcpip/lwip/test/unit/tcp/
H A Dtest_tcp.c106 struct test_tcp_txcounters txcounters; in START_TEST() local
168 struct test_tcp_txcounters txcounters; in START_TEST() local
214 struct test_tcp_txcounters txcounters; in START_TEST() local
306 struct test_tcp_txcounters txcounters; in START_TEST() local
340 struct test_tcp_txcounters txcounters; in START_TEST() local
390 struct test_tcp_txcounters txcounters; in START_TEST() local
449 struct test_tcp_txcounters txcounters; in START_TEST() local
631 struct test_tcp_txcounters txcounters; in START_TEST() local
720 struct test_tcp_txcounters txcounters; in START_TEST() local
797 struct test_tcp_txcounters txcounters; in test_tcp_tx_full_window_lost() local
[all …]
H A Dtcp_helper.c283 struct test_tcp_txcounters *txcounters = (struct test_tcp_txcounters*)netif->state; in test_tcp_netif_output() local
305 void test_tcp_init_netif(struct netif *netif, struct test_tcp_txcounters *txcounters, in test_tcp_init_netif()