Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/tcp/
Dtcp_helper.c284 struct pbuf *p_copy = pbuf_alloc(PBUF_LINK, p->tot_len, PBUF_RAM); in test_tcp_netif_output() local
286 EXPECT(p_copy != NULL); in test_tcp_netif_output()
287 err = pbuf_copy(p_copy, p); in test_tcp_netif_output()
290 txcounters->tx_packets = p_copy; in test_tcp_netif_output()
292 pbuf_cat(txcounters->tx_packets, p_copy); in test_tcp_netif_output()