Home
last modified time | relevance | path

Searched refs:altcp_new_ip6 (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Daltcp.h92 struct altcp_pcb *altcp_new_ip6(altcp_allocator_t *allocator);
164 #define altcp_new_ip6(allocator) tcp_new_ip6() macro
/third_party/lwip/src/core/
Daltcp.c164 altcp_new_ip6(altcp_allocator_t *allocator) in altcp_new_ip6() function