Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
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);
/third_party/lwip/src/core/
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()
/third_party/lwip/src/include/lwip/apps/
Dhttp_client.h132 altcp_allocator_t *altcp_allocator;