Home
last modified time | relevance | path

Searched refs:altcp_allocator_t (Results 1 – 3 of 3) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Daltcp.h89 } altcp_allocator_t; typedef
91 struct altcp_pcb *altcp_new(altcp_allocator_t *allocator);
92 struct altcp_pcb *altcp_new_ip6(altcp_allocator_t *allocator);
93 struct altcp_pcb *altcp_new_ip_type(altcp_allocator_t *allocator, u8_t ip_type);
/btstack/3rd-party/lwip/core/src/core/
H A Daltcp.c164 altcp_new_ip6(altcp_allocator_t *allocator) in altcp_new_ip6()
174 altcp_new(altcp_allocator_t *allocator) in altcp_new()
189 altcp_new_ip_type(altcp_allocator_t *allocator, u8_t ip_type) in altcp_new_ip_type()
/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dhttp_client.h132 altcp_allocator_t *altcp_allocator;