Home
last modified time | relevance | path

Searched refs:altcp_poll (Results 1 – 8 of 8) sorted by relevance

/third_party/lwip/src/include/lwip/
Daltcp.h99 void altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval);
171 #define altcp_poll tcp_poll macro
/third_party/lwip/src/core/
Daltcp.c261 altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval) in altcp_poll() function
539 altcp_poll(conn->inner_conn, conn->poll, interval); in altcp_default_set_poll()
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls.c576 altcp_poll(inner_conn, NULL, inner_conn->pollinterval); in altcp_mbedtls_remove_callbacks()
981 altcp_poll(conn->inner_conn, altcp_mbedtls_lower_poll, interval); in altcp_mbedtls_set_poll()
1067 altcp_poll(inner_conn, oldpoll, inner_conn->pollinterval); in altcp_mbedtls_close()
/third_party/lwip/src/apps/http/
Dhttp_client.c179 altcp_poll(tpcb, NULL, 0); in httpc_free_state()
571 altcp_poll(req->pcb, httpc_tcp_poll, HTTPC_POLL_INTERVAL); in httpc_init_connection_common()
Daltcp_proxyconnect.c437 altcp_poll(conn->inner_conn, altcp_proxyconnect_lower_poll, interval); in altcp_proxyconnect_set_poll()
Dhttpd.c619 altcp_poll(pcb, NULL, 0); in http_close_or_abort_conn()
633 altcp_poll(pcb, http_poll, HTTPD_POLL_INTERVAL); in http_close_or_abort_conn()
2647 altcp_poll(pcb, http_poll, HTTPD_POLL_INTERVAL);
/third_party/lwip/src/apps/mqtt/
Dmqtt.c1058 altcp_poll(tpcb, mqtt_tcp_poll_cb, 2); in mqtt_tcp_connect_cb()
/third_party/lwip/src/apps/smtp/
Dsmtp.c474 altcp_poll(pcb, smtp_tcp_poll, SMTP_POLL_INTERVAL); in smtp_setup_pcb()