Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/tools/
H A Dipfcomp.c645 (fr->fr_flags & FR_NOTSRCIP) != 0)
861 (fr->fr_flags & FR_NOTSRCIP) != 0) {
865 fr->fr_flags & FR_NOTSRCIP,
1132 (((fr1->fr_flags & FR_NOTSRCIP) ==
1133 (fr->fr_flags & FR_NOTSRCIP)))) {
H A Dipf_y.y809 { DOALL(fr->fr_flags |= FR_NOTSRCIP;) }
/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprintfr.c150 printf("from %s", fp->fr_flags & FR_NOTSRCIP ? "!" : "");
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h710 #define FR_NOTSRCIP 0x00040 macro
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dfil.c1751 i ^= (fr->fr_flags & FR_NOTSRCIP) >> 6;