Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dnetbuf.h66 void * netbuf_alloc (struct netbuf *buf, u16_t size);
/lib/liblwip/src/api/
Dnetbuf.c107 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() function
Dsockets.c918 if (netbuf_alloc(&buf, short_size) == NULL) {