Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
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()
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls.c163 altcp_mbedtls_lower_connected(void *arg, struct altcp_pcb *inner_conn, err_t err) in altcp_mbedtls_lower_connected()
182 altcp_mbedtls_lower_recved(struct altcp_pcb *inner_conn, int recvd_cnt) in altcp_mbedtls_lower_recved()
196 altcp_mbedtls_lower_recv(void *arg, struct altcp_pcb *inner_conn, struct pbuf *p, err_t err) in altcp_mbedtls_lower_recv()
505 altcp_mbedtls_lower_sent(void *arg, struct altcp_pcb *inner_conn, u16_t len) in altcp_mbedtls_lower_sent()
532 altcp_mbedtls_lower_poll(void *arg, struct altcp_pcb *inner_conn) in altcp_mbedtls_lower_poll()
570 altcp_mbedtls_remove_callbacks(struct altcp_pcb *inner_conn) in altcp_mbedtls_remove_callbacks()
580 altcp_mbedtls_setup_callbacks(struct altcp_pcb *conn, struct altcp_pcb *inner_conn) in altcp_mbedtls_setup_callbacks()
591 altcp_mbedtls_setup(void *conf, struct altcp_pcb *conn, struct altcp_pcb *inner_conn) in altcp_mbedtls_setup()
1053 struct altcp_pcb *inner_conn; in altcp_mbedtls_close() local
/third_party/lwip/src/core/
Daltcp_alloc.c63 struct altcp_pcb *inner_conn, *ret; in altcp_tls_new() local
/third_party/lwip/src/include/lwip/
Daltcp.h70 struct altcp_pcb *inner_conn; member