Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/test/unit/tcp/
A Dtcp_helper.h22 struct test_tcp_txcounters { struct
23 u32_t num_tx_calls;
24 u32_t num_tx_bytes;
48 void test_tcp_init_netif(struct netif *netif, struct test_tcp_txcounters *txcounters, argument
/components/net/lwip/lwip-2.0.3/test/unit/tcp/
A Dtcp_helper.h22 struct test_tcp_txcounters { struct
23 u32_t num_tx_calls;
24 u32_t num_tx_bytes;
48 void test_tcp_init_netif(struct netif *netif, struct test_tcp_txcounters *txcounters, argument
/components/net/lwip/lwip-2.1.2/test/unit/tcp/
A Dtcp_helper.h22 struct test_tcp_txcounters { struct
23 u32_t num_tx_calls;
24 u32_t num_tx_bytes;
25 u8_t copy_tx_packets;
26 struct pbuf *tx_packets;

Completed in 5 milliseconds