HomeSort by: relevance | last modified time | path
    Searched refs:IPN_PURGE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
printnat.c 150 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)
  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 388 #define IPN_PURGE 0x800000
393 IPN_DIPRANGE|IPN_SEQUENTIAL|IPN_PURGE)
ip_nat.c 1189 n->in_flags |= IPN_PURGE;
2531 if ((purge == 1) && ((np->in_flags & IPN_PURGE) != 0)) {
  /src/external/bsd/ipf/dist/tools/
ipnat_y.y 1118 | IPNY_PURGE { nat->in_flags |= IPN_PURGE; }
1141 | IPNY_PURGE { nat->in_flags |= IPN_PURGE; }

Completed in 31 milliseconds