Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetbuf.h76 void * netbuf_alloc (struct netbuf *buf, u16_t size);
/btstack/3rd-party/lwip/core/src/api/
H A Dnetbuf.c102 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() function
H A Dsockets.c1493 if (netbuf_alloc(&chain_buf, (u16_t)size) == NULL) { in lwip_sendmsg()
1640 if (netbuf_alloc(&buf, short_size) == NULL) { in lwip_sendto()