Home
last modified time | relevance | path

Searched refs:netbuf_ref (Results 1 – 12 of 12) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dnetbuf.h68 err_t netbuf_ref (struct netbuf *buf,
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dnetbuf.h80 err_t netbuf_ref (struct netbuf *buf,
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dnetbuf.h78 err_t netbuf_ref (struct netbuf *buf,
/components/net/lwip/lwip-2.0.3/src/api/
A Dnetbuf.c147 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) in netbuf_ref() function
A Dsockets.c1217 err = netbuf_ref(&buf, data, short_size); in lwip_sendto()
/components/net/lwip/lwip-2.1.2/src/api/
A Dnetbuf.c151 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) in netbuf_ref() function
A Dsockets.c1683 err = netbuf_ref(&buf, data, short_size); in lwip_sendto()
/components/net/lwip/lwip-1.4.1/src/api/
A Dnetbuf.c150 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) in netbuf_ref() function
A Dsockets.c946 err = netbuf_ref(&buf, data, short_size);
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG2515 * api.h, api_lib.c, sockets.c: netbuf_ref doesn't check its internal pbuf_alloc call
2516 result and can cause a crash. lwip_send now check netbuf_ref result.
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG3471 * api.h, api_lib.c, sockets.c: netbuf_ref doesn't check its internal pbuf_alloc call
3472 result and can cause a crash. lwip_send now check netbuf_ref result.
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG3724 * api.h, api_lib.c, sockets.c: netbuf_ref doesn't check its internal pbuf_alloc call
3725 result and can cause a crash. lwip_send now check netbuf_ref result.

Completed in 71 milliseconds