Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dpbuf.h135 struct pbuf *pbuf_dechain(struct pbuf *p);
/external/syslinux/core/lwip/src/netif/ppp/
Dvj.c619 pbuf_dechain(n0); in vj_uncompress_tcp()
/external/syslinux/core/lwip/src/core/
Dpbuf.c780 pbuf_dechain(struct pbuf *p) in pbuf_dechain() function
/external/syslinux/core/lwip/
DCHANGELOG2684 * pbuf_dechain() has been re-enabled.
2795 * pbuf_dechain() did not update the ->tot_len field of the tail.