Searched defs:ip_type (Results 1 – 5 of 5) sorted by relevance
61 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()
191 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()
189 altcp_new_ip_type(altcp_allocator_t *allocator, u8_t ip_type) in altcp_new_ip_type()
370 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()
165 #define altcp_new_ip_type(allocator, ip_type) tcp_new_ip_type(ip_type) argument