Searched refs:tcphdr_optlen (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/core/ |
H A D | tcp_in.c | 76 static u16_t tcphdr_optlen; variable 187 tcphdr_optlen = (u16_t)(hdrlen_bytes - TCP_HLEN); 191 tcphdr_opt1len = tcphdr_optlen; 204 opt2len = (u16_t)(tcphdr_optlen - tcphdr_opt1len); 317 if (LWIP_HOOK_TCP_INPACKET_PCB(pcb, tcphdr, tcphdr_optlen, tcphdr_opt1len, 393 if (LWIP_HOOK_TCP_INPACKET_PCB((struct tcp_pcb *)lpcb, tcphdr, tcphdr_optlen, 412 if ((pcb != NULL) && LWIP_HOOK_TCP_INPACKET_PCB(pcb, tcphdr, tcphdr_optlen, 1955 if (tcphdr_optlen != 0) { 1956 for (tcp_optidx = 0; tcp_optidx < tcphdr_optlen; ) { 1969 if (tcp_get_next_optbyte() != LWIP_TCP_OPT_LEN_MSS || (tcp_optidx - 2 + LWIP_TCP_OPT_LEN_MSS) > tcphdr_optlen) { [all...] |
Completed in 3 milliseconds