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

tcp_optidx variable

Syntax

static u16_t tcp_optidx;

References

LocationReferrerText
tcp_in.c:79
static u16_t tcp_optidx;
tcp_in.c:1890tcp_get_next_optbyte()
u16_t optidx = tcp_optidx++;
tcp_in.c:1921tcp_parseopt()
for (tcp_optidx = 0; tcp_optidx < tcphdr_optlen; ) {
tcp_in.c:1934tcp_parseopt()
tcp_in.c:2022tcp_parseopt()
tcp_optidx += data - 2;

Data Use

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