Lines Matching refs:poll
51 * received), lwIP will repeatedly poll the application by calling a
372 if ((pcb->poll != NULL) && (ret != 0)) {
1596 /* We check if we should poll the connection. */
2271 * be called to poll the application. The interval is specified in
2277 * received), lwIP will repeatedly poll the application by calling a
2286 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval)
2291 LWIP_ASSERT("invalid socket state for poll", pcb->state != LISTEN);
2294 pcb->poll = poll;
2296 LWIP_UNUSED_ARG(poll);