Searched refs:tcpip_tcp_timer (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/lwip2/src/core/
H A Dtimeouts.c125 tcpip_tcp_timer(void *arg) function
134 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL);
153 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL);
/barrelfish-master/lib/lwip/src/api/
H A Dtcpip.c75 static void tcpip_tcp_timer(void *arg) function
84 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL);
103 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL);

Completed in 36 milliseconds