Home
last modified time | relevance | path

Searched refs:FR_T_BUILTIN (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dprintfr.c31 type = fp->fr_type & ~FR_T_BUILTIN;
33 if ((fp->fr_type & FR_T_BUILTIN) != 0)
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipfcomp.c135 fr->fr_type |= FR_T_BUILTIN;
146 fr->fr_type &= ~FR_T_BUILTIN;
H A Dipfstat.c927 type = fb.fr_type & ~FR_T_BUILTIN;
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c1926 case FR_T_IPF|FR_T_BUILTIN :
1932 case FR_T_BPFOPC|FR_T_BUILTIN :
1946 case FR_T_CALLFUNC|FR_T_BUILTIN :
3527 if ((fp->fr_type & FR_T_BUILTIN) ||
4401 if ((fp->fr_flags & FR_T_BUILTIN) != 0)
4407 if ((fp->fr_type & FR_T_BUILTIN) == 0)
4532 switch (fp->fr_type & ~FR_T_BUILTIN)
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h689 #define FR_T_BUILTIN 0x80000000 /* rule is in kernel space */ macro