Searched refs:altcp_allocator_t (Results 1 – 3 of 3) sorted by relevance
89 } altcp_allocator_t; typedef91 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);
164 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()
132 altcp_allocator_t *altcp_allocator;