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

tcphdr_opt2 variable

Syntax

static u8_t *tcphdr_opt2;

References

LocationReferrerText
tcp_in.c:78
static u8_t *tcphdr_opt2;
tcp_in.c:185tcp_input()
tcphdr_opt2 = NULL;
tcp_in.c:216tcp_input()
tcphdr_opt2 = (u8_t *)p->next->payload;
tcp_in.c:1891tcp_get_next_optbyte()
if ((tcphdr_opt2 == NULL) || (optidx < tcphdr_opt1len)) {
tcp_in.c:1896tcp_get_next_optbyte()
return tcphdr_opt2[idx];

Data Use

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