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

/seL4-camkes-master/projects/lwip/src/include/lwip/apps/
H A Daltcp_proxyconnect.h60 struct altcp_pcb *altcp_proxyconnect_new(struct altcp_proxyconnect_config *config, struct altcp_pcb *inner_pcb);
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Daltcp_tls.h90 struct altcp_pcb *altcp_tls_wrap(struct altcp_tls_config *config, struct altcp_pcb *inner_pcb);
/seL4-camkes-master/projects/lwip/src/apps/http/
H A Daltcp_proxyconnect.c343 * @param inner_pcb pcb that makes the connection to the proxy (i.e. tcp pcb)
346 altcp_proxyconnect_new(struct altcp_proxyconnect_config *config, struct altcp_pcb *inner_pcb) argument
349 if (inner_pcb == NULL) {
354 if (altcp_proxyconnect_setup(config, ret, inner_pcb) != ERR_OK) {
372 struct altcp_pcb *inner_pcb, *ret; local
375 inner_pcb = altcp_tcp_new_ip_type(ip_type);
376 if (inner_pcb == NULL) {
379 ret = altcp_proxyconnect_new(config, inner_pcb);
381 altcp_close(inner_pcb);
/seL4-camkes-master/projects/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c613 altcp_tls_wrap(struct altcp_tls_config *config, struct altcp_pcb *inner_pcb) argument
616 if (inner_pcb == NULL) {
621 if (altcp_mbedtls_setup(config, ret, inner_pcb) != ERR_OK) {

Completed in 33 milliseconds