Searched refs:altcp_tls_wrap (Results 1 – 4 of 4) sorted by relevance
70 ret = altcp_tls_wrap(config, inner_conn); in altcp_tls_new()
116 struct altcp_pcb *altcp_tls_wrap(struct altcp_tls_config *config, struct altcp_pcb *inner_pcb);
423 tls_pcb = altcp_tls_wrap(cfg->tls_config, proxy_pcb); in altcp_proxyconnect_tls_alloc()
626 altcp_tls_wrap(struct altcp_tls_config *config, struct altcp_pcb *inner_pcb) in altcp_tls_wrap() function