Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.h338 #define IPN_ICMPERR 0x00004 macro
339 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR)
342 #define IPN_RF (IPN_TCPUDP|IPN_DELETE|IPN_ICMPERR)
H A Dip_nat6.c1435 flags = IPN_ICMPERR|IPN_ICMPQUERY; in ipf_nat6_icmperrorlookup()
1573 *nflags = IPN_ICMPERR; in ipf_nat6_icmperror()
1886 if (flags & IPN_ICMPERR) in ipf_nat6_inlookup()
2204 if (flags & IPN_ICMPERR) in ipf_nat6_outlookup()
2431 else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY)) in ipf_nat6_lookupredir()
H A Dip_nat.c3660 flags = IPN_ICMPERR|IPN_ICMPQUERY; in ipf_nat_icmperrorlookup()
3759 *nflags = IPN_ICMPERR; in ipf_nat_icmperror()
4607 else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY)) in ipf_nat_lookupredir()
5027 if (nflags == IPN_ICMPERR) { in ipf_nat_out()