Searched refs:pbuf_alloc_ext (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | pbuf.h | 247 struct pbuf *pbuf_alloc_ext(pbuf_layer layer, u16_t length, pbuf_type type, u8_t pbuf_pool_small); 248 #define pbuf_alloc(l, len, t) pbuf_alloc_ext(l, len, t, 0)
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | pbuf.c | 257 pbuf_alloc_ext(pbuf_layer layer, u16_t length, pbuf_type type, u8_t pbuf_pool_small) in pbuf_alloc_ext() function
|
Completed in 5 milliseconds