Searched refs:IPN_ICMPERR (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_nat.h154 #define NAT_ICMPERR 0x0004 /* IPN_ICMPERR */
238 #define IPN_ICMPERR 0x00004 macro
239 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR)
242 #define IPN_RF (IPN_TCPUDP|IPN_DELETE|IPN_ICMPERR)
H A Dip_nat.c2821 flags = IPN_ICMPERR|IPN_ICMPQUERY;
2906 *nflags = IPN_ICMPERR;
3170 if (flags & IPN_ICMPERR)
3208 if ((flags & IPN_ICMPERR) != 0) {
3414 if (flags & IPN_ICMPERR)
3575 else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY))
3944 if (nflags == IPN_ICMPERR) {

Completed in 61 milliseconds