Searched refs:netbuf_alloc (Results 1 – 4 of 4) sorted by relevance
148 pbuf = netbuf_alloc(nbuf, len); in core_udp_send()190 pbuf = netbuf_alloc(nbuf, len); in core_udp_sendto()
66 void * netbuf_alloc (struct netbuf *buf, u16_t size);
107 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() function
905 if (netbuf_alloc(&buf, short_size) == NULL) {