Home
last modified time | relevance | path

Searched defs:ip_type (Results 1 – 5 of 5) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/
H A Daltcp_alloc.c61 altcp_tls_new(struct altcp_tls_config *config, u8_t ip_type) in altcp_tls_new()
80 altcp_tls_alloc(void *arg, u8_t ip_type) in altcp_tls_alloc()
H A Daltcp_tcp.c191 altcp_tcp_new_ip_type(u8_t ip_type) in altcp_tcp_new_ip_type()
214 altcp_tcp_alloc(void *arg, u8_t ip_type) in altcp_tcp_alloc()
H A Daltcp.c189 altcp_new_ip_type(altcp_allocator_t *allocator, u8_t ip_type) in altcp_new_ip_type()
/btstack/3rd-party/lwip/core/src/apps/http/
H A Daltcp_proxyconnect.c370 altcp_proxyconnect_new_tcp(struct altcp_proxyconnect_config *config, u8_t ip_type) in altcp_proxyconnect_new_tcp()
397 altcp_proxyconnect_alloc(void *arg, u8_t ip_type) in altcp_proxyconnect_alloc()
416 altcp_proxyconnect_tls_alloc(void *arg, u8_t ip_type) in altcp_proxyconnect_tls_alloc()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Daltcp.h165 #define altcp_new_ip_type(allocator, ip_type) tcp_new_ip_type(ip_type) argument