Searched refs:netbuf_ref (Results 1 – 12 of 12) sorted by relevance
/components/net/lwip/lwip-1.4.1/src/include/lwip/ |
A D | netbuf.h | 68 err_t netbuf_ref (struct netbuf *buf,
|
/components/net/lwip/lwip-2.0.3/src/include/lwip/ |
A D | netbuf.h | 80 err_t netbuf_ref (struct netbuf *buf,
|
/components/net/lwip/lwip-2.1.2/src/include/lwip/ |
A D | netbuf.h | 78 err_t netbuf_ref (struct netbuf *buf,
|
/components/net/lwip/lwip-2.0.3/src/api/ |
A D | netbuf.c | 147 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) in netbuf_ref() function
|
A D | sockets.c | 1217 err = netbuf_ref(&buf, data, short_size); in lwip_sendto()
|
/components/net/lwip/lwip-2.1.2/src/api/ |
A D | netbuf.c | 151 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) in netbuf_ref() function
|
A D | sockets.c | 1683 err = netbuf_ref(&buf, data, short_size); in lwip_sendto()
|
/components/net/lwip/lwip-1.4.1/src/api/ |
A D | netbuf.c | 150 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) in netbuf_ref() function
|
A D | sockets.c | 946 err = netbuf_ref(&buf, data, short_size);
|
/components/net/lwip/lwip-1.4.1/ |
A D | CHANGELOG | 2515 * 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 D | CHANGELOG | 3471 * 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 D | CHANGELOG | 3724 * 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