Searched refs:IPN_TCPUDPICMP (Results 1 – 3 of 3) sorted by relevance
435 (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;
168 (((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;
241 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR) macro