Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dnetbuf.h66 void * netbuf_alloc (struct netbuf *buf, u16_t size);
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dnetbuf.h78 void * netbuf_alloc (struct netbuf *buf, u16_t size);
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dnetbuf.h76 void * netbuf_alloc (struct netbuf *buf, u16_t size);
/components/net/lwip/lwip-2.0.3/src/api/
A Dnetbuf.c102 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() function
A Dsockets.c1077 if (netbuf_alloc(chain_buf, (u16_t)size) == NULL) { in lwip_sendmsg()
1202 if (netbuf_alloc(&buf, short_size) == NULL) { in lwip_sendto()
/components/net/lwip/lwip-2.1.2/src/api/
A Dnetbuf.c102 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() function
A Dsockets.c1521 if (netbuf_alloc(&chain_buf, (u16_t)size) == NULL) { in lwip_sendmsg()
1668 if (netbuf_alloc(&buf, short_size) == NULL) { in lwip_sendto()
/components/net/lwip/lwip-1.4.1/src/api/
A Dnetbuf.c107 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() function
A Dsockets.c931 if (netbuf_alloc(&buf, short_size) == NULL) {

Completed in 30 milliseconds