Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h240 #define IPN_ICMPERR 0x00004 macro
241 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR)
244 #define IPN_RF (IPN_TCPUDP|IPN_DELETE|IPN_ICMPERR)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c1148 flags = IPN_ICMPERR|IPN_ICMPQUERY;
1235 *nflags = IPN_ICMPERR;
1507 if (flags & IPN_ICMPERR)
1549 if ((flags & IPN_ICMPERR) != 0) {
1758 if (flags & IPN_ICMPERR)
1916 else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY))
H A Dip_nat.c2930 flags = IPN_ICMPERR|IPN_ICMPQUERY;
3016 *nflags = IPN_ICMPERR;
3296 if (flags & IPN_ICMPERR)
3338 if ((flags & IPN_ICMPERR) != 0) {
3548 if (flags & IPN_ICMPERR)
3704 else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY))
4091 if (nflags == IPN_ICMPERR) {