Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dpbuf.h297 struct pbuf *pbuf_dechain(struct pbuf *p);
/third_party/lwip/src/netif/ppp/
Dvj.c655 pbuf_dechain(n0); in vj_uncompress_tcp()
/third_party/lwip/
D0057-same-node-gazellectl-a.patch95 * so that it is removed when pbuf_dechain is later called on rambuf.
D0080-enable-ipv6.patch163 * so that it is removed when pbuf_dechain is later called on rambuf.
DCHANGELOG4182 * pbuf_dechain() has been re-enabled.
4293 * pbuf_dechain() did not update the ->tot_len field of the tail.
/third_party/lwip/src/core/
Dpbuf.c912 pbuf_dechain(struct pbuf *p) in pbuf_dechain() function