tcpip_tcp_timer_active is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcpip_tcp_timer_active variable

global variable that shows if the tcp timer is currently scheduled or not

Syntax

static int tcpip_tcp_timer_active;

References

LocationReferrerText
timeouts.c:136
static int tcpip_tcp_timer_active;
timeouts.c:156tcpip_tcp_timer()
tcpip_tcp_timer_active = 0;
timeouts.c:171tcp_timer_needed()
if (!tcpip_tcp_timer_active && (tcp_active_pcbs || tcp_tw_pcbs)) {
timeouts.c:173tcp_timer_needed()
tcpip_tcp_timer_active = 1;

Data Use

Functions writing tcpip_tcp_timer_active
Functions reading tcpip_tcp_timer_active
tcpip_tcp_timer_active
all items filtered out