Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c435 (flags & IPN_TCPUDPICMP) && (np->in_pnext != 0)) {
472 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY)))
1538 (sflags == (nat->nat_flags & IPN_TCPUDPICMP))) ||
1746 sflags = flags & IPN_TCPUDPICMP;
H A Dip_nat.c168 (((n)->nat_flags & (IPN_TCPUDPICMP)) && \
1012 if ((n->in_flags & IPN_TCPUDPICMP) == 0) {
2232 (flags & IPN_TCPUDPICMP) && (np->in_pnext != 0)) {
2263 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY)))
3327 (sflags == (nat->nat_flags & IPN_TCPUDPICMP)))
3536 sflags = flags & IPN_TCPUDPICMP;
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h241 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR) macro