Home
last modified time | relevance | path

Searched refs:max_c (Results 1 – 1 of 1) sorted by relevance

/lib/liblwip/src/core/
Dtcp_in.c1544 u16_t c, max_c; in tcp_parseopt() local
1555 max_c = (TCPH_HDRLEN(tcphdr) - 5) << 2; in tcp_parseopt()
1556 for (c = 0; c < max_c; ) { in tcp_parseopt()
1570 if (opts[c + 1] != 0x04 || c + 0x04 > max_c) { in tcp_parseopt()
1585 if (opts[c + 1] != 0x0A || c + 0x0A > max_c) { in tcp_parseopt()