Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dnetbuf.h68 err_t netbuf_ref (struct netbuf *buf,
/external/syslinux/core/lwip/src/api/
Dnetbuf.c150 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) in netbuf_ref() function
Dsockets.c920 err = netbuf_ref(&buf, data, short_size);
/external/syslinux/core/lwip/
DCHANGELOG2226 * api.h, api_lib.c, sockets.c: netbuf_ref doesn't check its internal pbuf_alloc call
2227 result and can cause a crash. lwip_send now check netbuf_ref result.