Home
last modified time | relevance | path

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

/lib/liblwip/test/unit/tcp/
Dtest_tcp.c619 EXPECT(txcounters.tx_packets != NULL); in test_tcp_tx_full_window_lost()
620 if (txcounters.tx_packets != NULL) { in test_tcp_tx_full_window_lost()
623 ret = pbuf_copy_partial(txcounters.tx_packets, &sent, 1, 40U); in test_tcp_tx_full_window_lost()
627 if (txcounters.tx_packets != NULL) { in test_tcp_tx_full_window_lost()
628 pbuf_free(txcounters.tx_packets); in test_tcp_tx_full_window_lost()
629 txcounters.tx_packets = NULL; in test_tcp_tx_full_window_lost()
Dtcp_helper.c267 if (txcounters->tx_packets == NULL) { in test_tcp_netif_output()
268 txcounters->tx_packets = p_copy; in test_tcp_netif_output()
270 pbuf_cat(txcounters->tx_packets, p_copy); in test_tcp_netif_output()
Dtcp_helper.h26 struct pbuf *tx_packets; member