Searched refs:pbuf_chain (Results 1 – 10 of 10) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | pbuf.h | 296 void pbuf_chain(struct pbuf *head, struct pbuf *tail);
|
/third_party/lwip/test/unit/ip6/ |
D | test_ip6.c | 316 pbuf_chain(hdr, payload); in START_TEST()
|
/third_party/lwip/src/core/ |
D | raw.c | 497 pbuf_chain(q, p); in raw_sendto_if_src()
|
D | pbuf.c | 895 pbuf_chain(struct pbuf *h, struct pbuf *t) in pbuf_chain() function
|
D | udp.c | 816 pbuf_chain(q, p);
|
/third_party/lwip/src/netif/ppp/ |
D | vj.c | 654 pbuf_chain(np, n0->next); in vj_uncompress_tcp()
|
D | pppol2tp.c | 229 pbuf_chain(pb, p); in pppol2tp_netif_output()
|
D | pppoe.c | 276 pbuf_chain(pb, p); in pppoe_netif_output()
|
/third_party/lwip/ |
D | 0057-same-node-gazellectl-a.patch | 94 /* Add it to end of rambuf's chain, but using pbuf_cat, not pbuf_chain
|
D | 0080-enable-ipv6.patch | 162 /* Add it to end of rambuf's chain, but using pbuf_cat, not pbuf_chain
|