Home
last modified time | relevance | path

Searched refs:netbuf_chain (Results 1 - 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dnetbuf.h80 void netbuf_chain (struct netbuf *head, struct netbuf *tail);
/third_party/lwip/src/api/
H A Dnetbuf.c176 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain() function
178 LWIP_ERROR("netbuf_chain: invalid head", (head != NULL), return;); in netbuf_chain()
179 LWIP_ERROR("netbuf_chain: invalid tail", (tail != NULL), return;); in netbuf_chain()

Completed in 1 milliseconds