Searched refs:netbuf_alloc (Results 1 – 9 of 9) sorted by relevance
/components/net/lwip/lwip-1.4.1/src/include/lwip/ |
A D | netbuf.h | 66 void * netbuf_alloc (struct netbuf *buf, u16_t size);
|
/components/net/lwip/lwip-2.0.3/src/include/lwip/ |
A D | netbuf.h | 78 void * netbuf_alloc (struct netbuf *buf, u16_t size);
|
/components/net/lwip/lwip-2.1.2/src/include/lwip/ |
A D | netbuf.h | 76 void * netbuf_alloc (struct netbuf *buf, u16_t size);
|
/components/net/lwip/lwip-2.0.3/src/api/ |
A D | netbuf.c | 102 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() function
|
A D | sockets.c | 1077 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 D | netbuf.c | 102 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() function
|
A D | sockets.c | 1521 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 D | netbuf.c | 107 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() function
|
A D | sockets.c | 931 if (netbuf_alloc(&buf, short_size) == NULL) {
|
Completed in 30 milliseconds