Searched refs:netbuf_ref (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/include/lwip/lwip/
H A Dnetbuf.h53 err_t netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size);
/barrelfish-master/include/lwip2/lwip/
H A Dnetbuf.h80 err_t netbuf_ref (struct netbuf *buf,
/barrelfish-master/lib/lwip/src/api/
H A Dnetbuf.c137 err_t netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) function
139 LWIP_ERROR("netbuf_ref: invalid buf", (buf != NULL), return ERR_ARG;
163 LWIP_ERROR("netbuf_ref: invalid head", (head != NULL), return;
H A Dsockets.c824 err = netbuf_ref(&buf, data, short_size);
/barrelfish-master/lib/lwip2/src/api/
H A Dnetbuf.c147 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) function
149 LWIP_ERROR("netbuf_ref: invalid buf", (buf != NULL), return ERR_ARG;);
H A Dsockets.c1192 err = netbuf_ref(&buf, data, short_size);

Completed in 169 milliseconds