Home
last modified time | relevance | path

Searched refs:pbuf_dechain (Results 1 - 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dpbuf.h297 struct pbuf *pbuf_dechain(struct pbuf *p);
/third_party/lwip/src/netif/ppp/
H A Dvj.c655 pbuf_dechain(n0); in vj_uncompress_tcp()
/third_party/lwip/src/core/
H A Dpbuf.c912 pbuf_dechain(struct pbuf *p) in pbuf_dechain() function
929 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_dechain: unreferencing %p\n", (void *)q)); in pbuf_dechain()
933 ("pbuf_dechain: deallocated %p (as it is no longer referenced)\n", (void *)q)); in pbuf_dechain()

Completed in 4 milliseconds