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

tcp_timer_ctr variable

Syntax

static u8_t tcp_timer_ctr;

References

LocationReferrerText
tcp.c:189
static u8_t tcp_timer_ctr;
tcp.c:1203tcp_slowtmr()
++tcp_timer_ctr;
tcp.c:1217tcp_slowtmr()
if (pcb->last_timer == tcp_timer_ctr) {
tcp.c:1223tcp_slowtmr()
pcb->last_timer = tcp_timer_ctr;
tcp.c:1483tcp_fasttmr()
++tcp_timer_ctr;
tcp.c:1489tcp_fasttmr()
if (pcb->last_timer != tcp_timer_ctr) {
tcp.c:1491tcp_fasttmr()
pcb->last_timer = tcp_timer_ctr;
tcp.c:1905tcp_alloc()
pcb->last_timer = tcp_timer_ctr;

Data Use

Functions writing tcp_timer_ctr
Functions reading tcp_timer_ctr
all items filtered out
tcp_timer_ctr
Type of tcp_timer_ctr
tcp_timer_ctr
all items filtered out