Home
last modified time | relevance | path

Searched refs:IPN_NOTDST (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat.h354 #define IPN_NOTDST 0x00800 macro
369 IPN_ROUNDR|IPN_FILTER|IPN_NOTSRC|IPN_NOTDST|IPN_NO|\
H A Dip_nat.c1474 n->in_flags &= ~IPN_NOTDST;
4752 match ^= ((np->in_flags & IPN_NOTDST) != 0);
H A Dip_nat6.c2574 match ^= ((np->in_flags & IPN_NOTDST) != 0);