Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpbuf.c998 u8_t tail_gone = 1; in pbuf_dechain() local
1013 tail_gone = pbuf_free(q); in pbuf_dechain()
1014 if (tail_gone > 0) { in pbuf_dechain()
1022 return ((tail_gone > 0) ? NULL : q); in pbuf_dechain()

Completed in 4 milliseconds