Searched refs:pbuf_cat (Results 1 – 10 of 10) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | pbuf.h | 157 void pbuf_cat(struct pbuf *head, struct pbuf *tail);
|
| /lib/liblwip/src/api/ |
| D | netbuf.c | 178 pbuf_cat(head->p, tail->p); in netbuf_chain()
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip_frag.c | 592 pbuf_cat(p, r); in ip_reass() 800 pbuf_cat(rambuf, newpbuf); in ip_frag()
|
| /lib/liblwip/src/netif/ |
| D | slipif.c | 233 pbuf_cat(priv->q, priv->p); in slipif_rxbyte()
|
| /lib/liblwip/src/core/ |
| D | pbuf.c | 745 pbuf_cat(struct pbuf *h, struct pbuf *t) in pbuf_cat() function 788 pbuf_cat(h, t); in pbuf_chain()
|
| D | tcp_out.c | 572 pbuf_cat(p/*header*/, p2/*data*/); in tcp_write() 652 pbuf_cat(last_unsent->p, concat_p); in tcp_write()
|
| D | tcp_in.c | 1344 pbuf_cat(recv_data, cseg->p); in tcp_receive()
|
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 270 pbuf_cat(txcounters->tx_packets, p_copy); in test_tcp_netif_output()
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp.c | 1833 pbuf_cat(pcrx->inHead, pcrx->inTail); in pppInProc() 1838 pbuf_cat(pcrx->inHead, pcrx->inTail); in pppInProc() 1935 pbuf_cat(pcrx->inHead, pcrx->inTail); in pppInProc()
|
| D | vj.c | 634 pbuf_cat(np, n0); in vj_uncompress_tcp()
|