Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/tools/
H A Dipfcomp.c652 (fr->fr_flags & FR_NOTSRCIP) != 0)
868 (fr->fr_flags & FR_NOTSRCIP) != 0) {
872 fr->fr_flags & FR_NOTSRCIP,
1139 (((fr1->fr_flags & FR_NOTSRCIP) ==
1140 (fr->fr_flags & FR_NOTSRCIP)))) {
H A Dipf_y.y809 { DOALL(fr->fr_flags |= FR_NOTSRCIP;) }
/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dprintfr.c150 printf("from %s", fp->fr_flags & FR_NOTSRCIP ? "!" : "");
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h708 #define FR_NOTSRCIP 0x00040 macro
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c1750 i ^= (fr->fr_flags & FR_NOTSRCIP) >> 6;