Searched refs:netbuf_alloc (Results 1 – 3 of 3) sorted by relevance
76 void * netbuf_alloc (struct netbuf *buf, u16_t size);
102 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() function
1493 if (netbuf_alloc(&chain_buf, (u16_t)size) == NULL) { in lwip_sendmsg()1640 if (netbuf_alloc(&buf, short_size) == NULL) { in lwip_sendto()