Home
last modified time | relevance | path

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

/NextBSD/contrib/ipfilter/lib/
HDprintnat.c235 if (np->in_flags & IPN_FRAG)
320 if (np->in_flags & IPN_FRAG)
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_nat.h364 #define IPN_FRAG 0x20000 macro
374 IPN_FRAG|IPN_STICKY|IPN_FIXEDDPORT|IPN_ICMPQUERY|\
/NextBSD/contrib/ipfilter/tools/
HDipnat_y.y1076 frag: | IPNY_FRAG { nat->in_flags |= IPN_FRAG; }