Searched refs:pbuf_cat (Results 1 - 19 of 19) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | pbuf.h | 106 void pbuf_cat(struct pbuf *h, struct pbuf *t);
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ |
H A D | slipif.c | 148 pbuf_cat(q, p);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | pbuf.h | 164 void pbuf_cat(struct pbuf *head, struct pbuf *tail);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | netbuf.c | 178 pbuf_cat(head->p, tail->p);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/ |
H A D | ip6_frag.c | 445 pbuf_cat(p, iprh->p); 617 /* Add it to end of rambuf's chain, but using pbuf_cat, not pbuf_chain 620 pbuf_cat(rambuf, newpbuf);
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 201 #define pbuf_cat lwip_pbuf_cat macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 103 #define pbuf_cat lwip_pbuf_cat macro
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | pbuf.c | 664 pbuf_cat(struct pbuf *h, struct pbuf *t) function 693 * using it. Use pbuf_cat() instead if you no longer use t. 708 pbuf_cat(h, t);
|
H A D | tcp_out.c | 247 pbuf_cat(seg->p/*header*/, p/*data*/); 316 pbuf_cat(useg->p, queue->p);
|
H A D | tcp_in.c | 1000 pbuf_cat(recv_data, cseg->p);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ |
H A D | ip_frag.c | 593 pbuf_cat(p, r); 806 /* Add it to end of rambuf's chain, but using pbuf_cat, not pbuf_chain 809 pbuf_cat(rambuf, newpbuf);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ |
H A D | slipif.c | 266 pbuf_cat(priv->q, priv->p);
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | ppp.c | 1489 pbuf_cat(pc->inHead, pc->inTail); 1494 pbuf_cat(pc->inHead, pc->inTail); 1590 pbuf_cat(pc->inHead, pc->inTail);
|
H A D | vj.c | 615 pbuf_cat(np, n0);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | pbuf.c | 745 pbuf_cat(struct pbuf *h, struct pbuf *t) function 773 * using it. Use pbuf_cat() instead if you no longer use t. 788 pbuf_cat(h, t);
|
H A D | tcp_out.c | 467 * (len==0). The new pbuf is kept in concat_p and pbuf_cat'ed at 575 pbuf_cat(p/*header*/, p2/*data*/); 655 pbuf_cat(last_unsent->p, concat_p);
|
H A D | tcp_in.c | 1619 pbuf_cat(recv_data, cseg->p);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | ppp.c | 1840 pbuf_cat(pcrx->inHead, pcrx->inTail); 1845 pbuf_cat(pcrx->inHead, pcrx->inTail); 1942 pbuf_cat(pcrx->inHead, pcrx->inTail);
|
H A D | vj.c | 634 pbuf_cat(np, n0);
|
Completed in 849 milliseconds