Searched refs:pbuf_layer (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | pbuf.h | 99 } pbuf_layer; typedef 247 struct pbuf *pbuf_alloc_ext(pbuf_layer layer, u16_t length, pbuf_type type, u8_t pbuf_pool_small); 250 struct pbuf *pbuf_alloc(pbuf_layer l, u16_t length, pbuf_type type); 257 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, 275 struct pbuf *pbuf_coalesce(struct pbuf *p, pbuf_layer layer);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | pbuf.h | 95 } pbuf_layer; typedef 223 struct pbuf *pbuf_alloc(pbuf_layer l, u16_t length, pbuf_type type); 225 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, 243 struct pbuf *pbuf_coalesce(struct pbuf *p, pbuf_layer layer);
|
/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() 260 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc_ext() 492 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom() 1320 pbuf_coalesce(struct pbuf *p, pbuf_layer layer) in pbuf_coalesce()
|
A D | tcp_out.c | 233 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, in tcp_pbuf_prealloc()
|
Completed in 8 milliseconds