Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 5 of 5) sorted by relevance

/sys/include/
Dnic.h17 int (*poll)(); member
/lib/liblwip/src/include/lwip/
Dtcp.h258 tcp_poll_fn poll; member
322 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
Dtcp_impl.h253 if((pcb)->poll != NULL) \
254 (ret) = (pcb)->poll((pcb)->callback_arg,(pcb)); \
/lib/liblwip/src/core/
Dtcp.c1452 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() argument
1456 pcb->poll = poll; in tcp_poll()
1458 LWIP_UNUSED_ARG(poll); in tcp_poll()
/lib/liblwip/doc/
Drawapi.txt252 received), lwIP will repeatedly poll the application by calling a
261 err_t (* poll)(void *arg, struct tcp_pcb *tpcb),
265 be called to poll the application. The interval is specified in