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

tcphdr_opt1len variable

Syntax

static u16_t tcphdr_opt1len;

References

LocationReferrerText
tcp_in.c:77
static u16_t tcphdr_opt1len;
tcp_in.c:188tcp_input()
tcphdr_opt1len = tcphdr_optlen;
tcp_in.c:200tcp_input()
tcphdr_opt1len = p->len;
tcp_in.c:201tcp_input()
opt2len = (u16_t)(tcphdr_optlen - tcphdr_opt1len);
tcp_in.c:205tcp_input()
pbuf_remove_header(p, tcphdr_opt1len);
tcp_in.c:1891tcp_get_next_optbyte()
if ((tcphdr_opt2 == NULL) || (optidx < tcphdr_opt1len)) {
tcp_in.c:1895tcp_get_next_optbyte()
u8_t idx = (u8_t)(optidx - tcphdr_opt1len);

Data Use

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