Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat.h342 #define IPN_ICMPERR 0x00004 macro
343 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR)
346 #define IPN_RF (IPN_TCPUDP|IPN_DELETE|IPN_ICMPERR)
H A Dip_nat6.c1473 flags = IPN_ICMPERR|IPN_ICMPQUERY;
1617 *nflags = IPN_ICMPERR;
1935 if (flags & IPN_ICMPERR)
2252 if (flags & IPN_ICMPERR)
2480 else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY))
H A Dip_nat.c3700 flags = IPN_ICMPERR|IPN_ICMPQUERY;
3802 *nflags = IPN_ICMPERR;
4663 else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY))
5096 if (nflags == IPN_ICMPERR) {