Home
last modified time | relevance | path

Searched refs:pbuf_free_header (Results 1 - 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dpbuf.h291 struct pbuf *pbuf_free_header(struct pbuf *q, u16_t size);
/third_party/lwip/src/apps/http/
H A Dhttp_client.c330 q = pbuf_free_header(req->rx_hdrs, total_header_len); in httpc_tcp_recv()
/third_party/lwip/src/core/
H A Dpbuf.c671 pbuf_free_header(struct pbuf *q, u16_t size) in pbuf_free_header() function
/third_party/lwip/src/api/
H A Dsockets.c1029 sock->lastdata.pbuf = pbuf_free_header(p, copylen); in lwip_recv_tcp()

Completed in 9 milliseconds