Home | History | Annotate | Download | only in netinet

Lines Matching defs:ol

1870 	int off, mlen, ol, i, len, retval;
1899 ol = 1;
1903 ol = (int)*(s + 1);
1904 if (ol < 2 || ol > len)
1914 if (ol == TCPOLEN_WINDOW) {
1931 if (ol == TCPOLEN_MAXSEG) {
1940 if (ol == TCPOLEN_SACK_PERMITTED)
1947 len -= ol;
1948 s += ol;