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

/seL4-camkes-master/projects/lwip/src/include/lwip/priv/
H A Dtcp_priv.h68 void tcp_fasttmr (void);
/seL4-camkes-master/projects/lwip/src/core/
H A Dtcp.c236 /* Call tcp_fasttmr() every 250 ms */
237 tcp_fasttmr();
1479 tcp_fasttmr(void) function
1494 LWIP_DEBUGF(TCP_DEBUG, ("tcp_fasttmr: delayed ACK\n"));
1501 LWIP_DEBUGF(TCP_DEBUG, ("tcp_fasttmr: pending FIN\n"));
/seL4-camkes-master/projects/lwip/test/unit/tcp/
H A Dtest_tcp.c36 tcp_fasttmr();

Completed in 104 milliseconds