Home
last modified time | relevance | path

Searched refs:set_poll (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/
Daltcp.c266 if (conn->fns && conn->fns->set_poll) { in altcp_poll()
267 conn->fns->set_poll(conn, interval); in altcp_poll()
/third_party/lwip/src/include/lwip/priv/
Daltcp_priv.h98 altcp_set_poll_fn set_poll; member