Searched refs:interval (Results 1 – 4 of 4) sorted by relevance
322 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
262 u8_t interval)264 Specifies the polling interval and the callback function that should265 be called to poll the application. The interval is specified in267 twice a second. An interval of 10 means that the application would400 Note: you must call etharp_tmr at a ARP_TMR_INTERVAL (5 seconds) regular interval
1452 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() argument1460 pcb->pollinterval = interval; in tcp_poll()
2682 interval.