Searched refs:poll (Results 1 – 3 of 3) sorted by relevance
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)); \
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 8 milliseconds