Home
last modified time | relevance | path

Searched refs:pbuf_dechain (Results 1 – 4 of 4) 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/src/core/
Dpbuf.c912 pbuf_dechain(struct pbuf *p) in pbuf_dechain() function
/third_party/lwip/
DCHANGELOG4182 * pbuf_dechain() has been re-enabled.
4293 * pbuf_dechain() did not update the ->tot_len field of the tail.