Home
last modified time | relevance | path

Searched refs:IPN_FILTER (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dprintnat.c63 if (np->in_flags & IPN_FILTER) {
99 if (!(np->in_flags & IPN_FILTER)) {
149 if (!(np->in_flags & IPN_FILTER)) {
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h242 #define IPN_FILTER 0x00040 macro
257 IPN_ROUNDR|IPN_FILTER|IPN_NOTSRC|IPN_NOTDST|\
H A Dip_rpcb_pxy.c1263 if (ipn->in_flags & IPN_FILTER) {
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c2125 if (np->in_flags & IPN_FILTER) {
2138 if (((np->in_flags & IPN_FILTER) == 0) &&
2407 if (np->in_flags & IPN_FILTER) {
H A Dip_nat.c3965 if (np->in_flags & IPN_FILTER) {
3976 if (((np->in_flags & IPN_FILTER) == 0) &&
4291 if (np->in_flags & IPN_FILTER) {
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipnat_y.y468 from: IPNY_FROM { nat->in_flags |= IPN_FILTER;