Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c452 if (ip6exthdr[i].ol_val == p) {
537 if (ip6exthdr[i].ol_val == proto) {
795 if (ip6exthdr[i].ol_val == IPPROTO_ESP) {
824 if (ip6exthdr[i].ol_val == IPPROTO_AH) {
1152 if (opt == (u_char)op->ol_val) {
1450 if ((opt == (u_char)op->ol_val) && (ol > 4)) {
1460 if (sec == sp->ol_val) {
1467 if (sec < sp->ol_val)
1476 if (opt < op->ol_val)
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h989 u_short ol_val; member