Home
last modified time | relevance | path

Searched refs:altcp_poll_fn (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Daltcp.h63 typedef err_t (*altcp_poll_fn)(void *arg, struct altcp_pcb *conn); typedef
78 altcp_poll_fn poll;
99 void altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval);
155 #define altcp_poll_fn tcp_poll_fn macro
/third_party/lwip/src/core/
Daltcp.c261 altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval) in altcp_poll()
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls.c1060 altcp_poll_fn oldpoll = inner_conn->poll; in altcp_mbedtls_close()