Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c453 if (ip6exthdr[i].ol_val == p) {
538 if (ip6exthdr[i].ol_val == proto) {
796 if (ip6exthdr[i].ol_val == IPPROTO_ESP) {
825 if (ip6exthdr[i].ol_val == IPPROTO_AH) {
1153 if (opt == (u_char)op->ol_val) {
1451 if ((opt == (u_char)op->ol_val) && (ol > 4)) {
1461 if (sec == sp->ol_val) {
1468 if (sec < sp->ol_val)
1477 if (opt < op->ol_val)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h992 u_short ol_val; member