Home
last modified time | relevance | path

Searched refs:inner_pcb (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/apps/http/
Daltcp_proxyconnect.c346 altcp_proxyconnect_new(struct altcp_proxyconnect_config *config, struct altcp_pcb *inner_pcb) in altcp_proxyconnect_new() argument
349 if (inner_pcb == NULL) { in altcp_proxyconnect_new()
354 if (altcp_proxyconnect_setup(config, ret, inner_pcb) != ERR_OK) { in altcp_proxyconnect_new()
372 struct altcp_pcb *inner_pcb, *ret; in altcp_proxyconnect_new_tcp() local
375 inner_pcb = altcp_tcp_new_ip_type(ip_type); in altcp_proxyconnect_new_tcp()
376 if (inner_pcb == NULL) { in altcp_proxyconnect_new_tcp()
379 ret = altcp_proxyconnect_new(config, inner_pcb); in altcp_proxyconnect_new_tcp()
381 altcp_close(inner_pcb); in altcp_proxyconnect_new_tcp()
/third_party/lwip/src/include/lwip/apps/
Daltcp_proxyconnect.h60 …pcb *altcp_proxyconnect_new(struct altcp_proxyconnect_config *config, struct altcp_pcb *inner_pcb);
/third_party/lwip/src/include/lwip/
Daltcp_tls.h116 struct altcp_pcb *altcp_tls_wrap(struct altcp_tls_config *config, struct altcp_pcb *inner_pcb);
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls.c626 altcp_tls_wrap(struct altcp_tls_config *config, struct altcp_pcb *inner_pcb) in altcp_tls_wrap() argument
629 if (inner_pcb == NULL) { in altcp_tls_wrap()
634 if (altcp_mbedtls_setup(config, ret, inner_pcb) != ERR_OK) { in altcp_tls_wrap()