Home
last modified time | relevance | path

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

/external/syslinux/core/fs/pxe/
Dcore.c148 pbuf = netbuf_alloc(nbuf, len); in core_udp_send()
190 pbuf = netbuf_alloc(nbuf, len); in core_udp_sendto()
/external/syslinux/core/lwip/src/include/lwip/
Dnetbuf.h66 void * netbuf_alloc (struct netbuf *buf, u16_t size);
/external/syslinux/core/lwip/src/api/
Dnetbuf.c107 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() function
Dsockets.c905 if (netbuf_alloc(&buf, short_size) == NULL) {