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

/barrelfish-master/include/lwip/lwip/
H A Dnetbuf.h54 void netbuf_chain(struct netbuf *head, struct netbuf *tail);
/barrelfish-master/include/lwip2/lwip/
H A Dnetbuf.h82 void netbuf_chain (struct netbuf *head, struct netbuf *tail);
/barrelfish-master/lib/lwip/src/api/
H A Dnetbuf.c161 void netbuf_chain(struct netbuf *head, struct netbuf *tail) function
165 LWIP_ERROR("netbuf_chain: invalid tail", (tail != NULL), return;
/barrelfish-master/lib/lwip2/src/api/
H A Dnetbuf.c172 netbuf_chain(struct netbuf *head, struct netbuf *tail) function
174 LWIP_ERROR("netbuf_chain: invalid head", (head != NULL), return;);
175 LWIP_ERROR("netbuf_chain: invalid tail", (tail != NULL), return;);

Completed in 90 milliseconds