Home
last modified time | relevance | path

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

/external/lib/lwip/core/
A Dtcp_in.c1552 u16_t c, max_c; local
1563 max_c = (TCPH_HDRLEN(tcphdr) - 5) << 2;
1564 for (c = 0; c < max_c; ) {
1578 if (opts[c + 1] != 0x04 || c + 0x04 > max_c) {
1593 if (opts[c + 1] != 0x0A || c + 0x0A > max_c) {

Completed in 4 milliseconds