Home
last modified time | relevance | path

Searched refs:test_tcp_txcounters (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/test/unit/tcp/
Dtcp_helper.h22 struct test_tcp_txcounters { struct
48 void test_tcp_init_netif(struct netif *netif, struct test_tcp_txcounters *txcounters, argument
Dtcp_helper.c257 struct test_tcp_txcounters *txcounters = (struct test_tcp_txcounters*)netif->state; in test_tcp_netif_output()
276 void test_tcp_init_netif(struct netif *netif, struct test_tcp_txcounters *txcounters, in test_tcp_init_netif()
281 memset(txcounters, 0, sizeof(struct test_tcp_txcounters)); in test_tcp_init_netif()
Dtest_tcp.c126 struct test_tcp_txcounters txcounters; in START_TEST()
313 struct test_tcp_txcounters txcounters; in START_TEST()
411 struct test_tcp_txcounters txcounters; in START_TEST()
500 struct test_tcp_txcounters txcounters; in test_tcp_tx_full_window_lost()