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

  /src/sys/external/bsd/ipf/netinet/
ip_rcmd_pxy.c 109 rci->rcmd_rule->in_flags |= IPN_DELETE;
ip_ipsec_pxy.c 414 ipsec->ipsc_rule->in_flags |= IPN_DELETE;
ip_tftp_pxy.c 258 tftp->ti_rule->in_flags |= IPN_DELETE;
ip_nat.h 368 #define IPN_RF (IPN_TCPUDP|IPN_DELETE|IPN_ICMPERR)
380 #define IPN_DELETE 0x08000
ip_pptp_pxy.c 560 pptp->pptp_rule->in_flags |= IPN_DELETE;
ip_nat.c 2011 in->in_flags |= IPN_DELETE;
2541 if ((np->in_flags & IPN_DELETE) == 0) {
2570 np->in_flags |= IPN_DELETE;

Completed in 21 milliseconds