Searched refs:altcp_proxyconnect_new_tcp (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/lwip/src/include/lwip/apps/
H A Daltcp_proxyconnect.h61 struct altcp_pcb *altcp_proxyconnect_new_tcp(struct altcp_proxyconnect_config *config, u8_t ip_type);
/seL4-camkes-master/projects/lwip/src/apps/http/
H A Daltcp_proxyconnect.c370 altcp_proxyconnect_new_tcp(struct altcp_proxyconnect_config *config, u8_t ip_type) function
399 return altcp_proxyconnect_new_tcp((struct altcp_proxyconnect_config *)arg, ip_type);
422 proxy_pcb = altcp_proxyconnect_new_tcp(&cfg->proxy, ip_type);

Completed in 32 milliseconds