Home | History | Annotate | Download | only in netinet

Lines Matching defs:ol

1469 			ol = 1;
1473 ol = (int)*(s + 1);
1474 if (ol < 2 || ol > tlen)
1485 tlen -= ol;
1486 s += ol;
1687 int hlen, ol, mv, p, i;
1819 ol = 1;
1823 ol = (int)*(s + 1);
1824 if (ol < 2 || ol > hlen)
1830 if ((opt == (u_char)op->ol_val) && (ol > 4)) {
1853 s, ol);
1868 hlen -= ol;
1869 s += ol;
1923 /* ol(I) - length of CIPSO option field */
1934 ipf_checkcipso(fr_info_t *fin, u_char *s, int ol)
1942 if (ol < 6 || ol > 40) {
1945 DT2(ipf_fi_bad_checkcipso_ol, fr_info_t *, fin, u_int, ol);
1957 for (len = ol - 6; len >= 2; len -= tlen, t+= tlen) {