Searched refs:IPN_ROUNDR (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_nat.h247 #define IPN_ROUNDR 0x00100 macro
260 IPN_ROUNDR|IPN_FILTER|IPN_NOTSRC|IPN_NOTDST|\
H A Dip_nat.c2166 /* allow rule to be moved if IPN_ROUNDR is set. */
2202 if (((np->in_flags & (IPN_ROUNDR|IPN_SPLIT)) != 0) &&
2223 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) == IPN_STICKY) {
2495 if ((move == 1) && (np->in_flags & IPN_ROUNDR)) {
4158 (np->in_flags & IPN_ROUNDR)) {
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dprintnat.c119 if (np->in_flags & IPN_ROUNDR)
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipnat_y.y527 rr: | IPNY_ROUNDROBIN { nat->in_flags |= IPN_ROUNDR; }
539 sticky: | IPNY_STICKY { if (!(nat->in_flags & IPN_ROUNDR) &&
/netbsd-6-1-5-RELEASE/dist/ipf/l4check/
H A Dl4check.c521 ipn->in_flags = IPN_TCP|IPN_ROUNDR;

Completed in 122 milliseconds