Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dpbuf.h159 struct pbuf *pbuf_dechain(struct pbuf *p);
/lib/liblwip/src/netif/ppp/
Dvj.c619 pbuf_dechain(n0); in vj_uncompress_tcp()
/lib/liblwip/src/core/
Dpbuf.c803 pbuf_dechain(struct pbuf *p) in pbuf_dechain() function
/lib/liblwip/
DCHANGELOG2983 * pbuf_dechain() has been re-enabled.
3094 * pbuf_dechain() did not update the ->tot_len field of the tail.