Searched refs:netbuf_next (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/lwip2/src/apps/tcpecho/
H A Dtcpecho.c83 } while (netbuf_next(buf) >= 0);
/barrelfish-master/include/lwip/lwip/
H A Dnetbuf.h58 s8_t netbuf_next(struct netbuf *buf);
/barrelfish-master/include/lwip2/lwip/
H A Dnetbuf.h86 s8_t netbuf_next (struct netbuf *buf);
/barrelfish-master/lib/lwip/src/api/
H A Dnetbuf.c209 s8_t netbuf_next(struct netbuf * buf) function
/barrelfish-master/lib/lwip2/src/api/
H A Dnetbuf.c218 netbuf_next(struct netbuf *buf) function
220 LWIP_ERROR("netbuf_next: invalid buf", (buf != NULL), return -1;);

Completed in 38 milliseconds