Searched refs:poll (Results 1 – 7 of 7) sorted by relevance
167 void (*poll)(async_context_t *self); // may be NULL member397 if (context->type->poll) context->type->poll(context); in async_context_poll()
258 tcp_poll_fn poll; member322 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
253 if((pcb)->poll != NULL) \254 (ret) = (pcb)->poll((pcb)->callback_arg,(pcb)); \
69 .poll = async_context_poll_poll,
291 .poll = 0,
364 .poll = 0,
1452 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() argument1456 pcb->poll = poll; in tcp_poll()1458 LWIP_UNUSED_ARG(poll); in tcp_poll()
Completed in 16 milliseconds