Searched refs:IPN_SPLIT (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_nat.h246 #define IPN_SPLIT 0x00080 macro
259 #define IPN_USERFLAGS (IPN_TCPUDP|IPN_AUTOPORTMAP|IPN_IPRANGE|IPN_SPLIT|\
H A Dip_nat.c706 if ((nat->in_flags & IPN_SPLIT) == 0)
991 else if (n->in_flags & IPN_SPLIT)
1016 ((n->in_flags & (IPN_IPRANGE|IPN_SPLIT)) == 0))
1018 else if ((n->in_flags & IPN_SPLIT) &&
2202 if (((np->in_flags & (IPN_ROUNDR|IPN_SPLIT)) != 0) &&
2220 if (np->in_flags & IPN_SPLIT) {
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dprintnat.c107 if (np->in_flags & IPN_SPLIT)
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipnat_y.y336 | hostname ',' hostname { nat->in_flags |= IPN_SPLIT;
540 !(nat->in_flags & IPN_SPLIT)) {

Completed in 116 milliseconds