Home
last modified time | relevance | path

Searched defs:inner_conn (Results 1 – 4 of 4) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/apps/http/
A Daltcp_proxyconnect.c161 altcp_proxyconnect_lower_connected(void *arg, struct altcp_pcb *inner_conn, err_t err) in altcp_proxyconnect_lower_connected()
187 altcp_proxyconnect_lower_recv(void *arg, struct altcp_pcb *inner_conn, struct pbuf *p, err_t err) in altcp_proxyconnect_lower_recv()
251 altcp_proxyconnect_lower_sent(void *arg, struct altcp_pcb *inner_conn, u16_t len) in altcp_proxyconnect_lower_sent()
276 altcp_proxyconnect_lower_poll(void *arg, struct altcp_pcb *inner_conn) in altcp_proxyconnect_lower_poll()
306 altcp_proxyconnect_setup_callbacks(struct altcp_pcb *conn, struct altcp_pcb *inner_conn) in altcp_proxyconnect_setup_callbacks()
317 …tup(struct altcp_proxyconnect_config *config, struct altcp_pcb *conn, struct altcp_pcb *inner_conn) in altcp_proxyconnect_setup()
/components/net/lwip/lwip-2.1.2/src/apps/altcp_tls/
A Daltcp_tls_mbedtls.c151 altcp_mbedtls_lower_connected(void *arg, struct altcp_pcb *inner_conn, err_t err) in altcp_mbedtls_lower_connected()
170 altcp_mbedtls_lower_recved(struct altcp_pcb *inner_conn, int recvd_cnt) in altcp_mbedtls_lower_recved()
184 altcp_mbedtls_lower_recv(void *arg, struct altcp_pcb *inner_conn, struct pbuf *p, err_t err) in altcp_mbedtls_lower_recv()
492 altcp_mbedtls_lower_sent(void *arg, struct altcp_pcb *inner_conn, u16_t len) in altcp_mbedtls_lower_sent()
519 altcp_mbedtls_lower_poll(void *arg, struct altcp_pcb *inner_conn) in altcp_mbedtls_lower_poll()
557 altcp_mbedtls_remove_callbacks(struct altcp_pcb *inner_conn) in altcp_mbedtls_remove_callbacks()
567 altcp_mbedtls_setup_callbacks(struct altcp_pcb *conn, struct altcp_pcb *inner_conn) in altcp_mbedtls_setup_callbacks()
578 altcp_mbedtls_setup(void *conf, struct altcp_pcb *conn, struct altcp_pcb *inner_conn) in altcp_mbedtls_setup()
965 struct altcp_pcb *inner_conn; in altcp_mbedtls_close() local
/components/net/lwip/lwip-2.1.2/src/core/
A Daltcp_alloc.c63 struct altcp_pcb *inner_conn, *ret; in altcp_tls_new() local
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Daltcp.h70 struct altcp_pcb *inner_conn; member

Completed in 31 milliseconds