Home
last modified time | relevance | path

Searched refs:IPN_PURGE (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/ipf/dist/lib/
Dprintnat.c150 if ((np->in_flags & IPN_PURGE) != 0)
199 if ((np->in_flags & IPN_PURGE) != 0)
248 if ((np->in_flags & IPN_PURGE) != 0)
333 if ((np->in_flags & IPN_PURGE) != 0)
/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_nat.h388 #define IPN_PURGE 0x800000 macro
393 IPN_DIPRANGE|IPN_SEQUENTIAL|IPN_PURGE)
Dip_nat.c1189 n->in_flags |= IPN_PURGE; in ipf_nat_ioctl()
2530 if ((purge == 1) && ((np->in_flags & IPN_PURGE) != 0)) { in ipf_nat_delrule()
/netbsd/src/external/bsd/ipf/dist/tools/
Dipnat_y.y1118 | IPNY_PURGE { nat->in_flags |= IPN_PURGE; }
1141 | IPNY_PURGE { nat->in_flags |= IPN_PURGE; }