Lines Matching defs:optlen
125 int cnt, optlen = 0;195 for (; cnt > 0; cnt -= optlen, optp += optlen) {203 optlen = 1;207 optlen = optp[1];208 if (optlen > cnt || optlen < 2)212 if (optlen >= TCPOLEN_MAXSEG)220 if (optlen >= TCPOLEN_WINDOW)233 if (optlen >= TCPOLEN_TIMESTAMP) {247 optlen = MAX(optlen, 1); /* paranoia */
Indexes created Wed Oct 01 19:09:53 GMT 2025