Home
last modified time | relevance | path

Searched refs:tcp_tmr (Results 1 - 3 of 3) sorted by relevance

/third_party/lwip/src/core/
H A Dtimeouts.c83 {TCP_TMR_INTERVAL, HANDLER(tcp_tmr)},
141 * Timer callback function that calls tcp_tmr() and reschedules itself.
151 tcp_tmr(); in tcpip_tcp_timer()
269 /* tcp_tmr() at index 0 is started on demand */ in sys_timeouts_init()
H A Dtcp.c190 /** Timer counter to handle calling slow-timer from tcp_tmr() */
248 tcp_tmr(void) in tcp_tmr() function
255 tcp_tmr() is called. */ in tcp_tmr()
608 /* Mark this pcb for closing. Closing is retried from tcp_tmr. */ in tcp_close_shutdown_fin()
611 pcb should not be used any more as it will be freed soon via tcp_tmr. in tcp_close_shutdown_fin()
1367 * Automatically called from tcp_tmr().
1654 * Automatically called from tcp_tmr().
/third_party/lwip/src/include/lwip/priv/
H A Dtcp_priv.h62 void tcp_tmr (void); /* Must be called every
66 intervals (instead of calling tcp_tmr()). */

Completed in 5 milliseconds