Lines Matching refs:c
13 * Copyright (c) 2001-2004 Swedish Institute of Computer Science.
914 * c) dupacks > 3: increase cwnd
1544 u16_t c, max_c;
1556 for (c = 0; c < max_c; ) {
1557 opt = opts[c];
1565 ++c;
1570 if (opts[c + 1] != 0x04 || c + 0x04 > max_c) {
1576 mss = (opts[c + 2] << 8) | opts[c + 3];
1580 c += 0x04;
1585 if (opts[c + 1] != 0x0A || c + 0x0A > max_c) {
1591 tsval = (opts[c+2]) | (opts[c+3] << 8) |
1592 (opts[c+4] << 16) | (opts[c+5] << 24);
1600 c += 0x0A;
1605 if (opts[c + 1] == 0) {
1613 c += opts[c + 1];