Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat6.c605 (flags & IPN_TCPUDPICMP) && (np->in_spnext != 0)) { in ipf_nat6_newmap()
643 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY))) in ipf_nat6_newmap()
2202 sflags = flags & IPN_TCPUDPICMP; in ipf_nat6_outlookup()
2861 nflags &= ~IPN_TCPUDPICMP; in ipf_nat6_out()
3253 nflags &= ~IPN_TCPUDPICMP; in ipf_nat6_in()
3421 if ((flags & IPN_TCPUDPICMP) != 0) { in ipf_nat6_newrewrite()
3478 if ((flags & IPN_TCPUDPICMP) != 0) { in ipf_nat6_newrewrite()
H A Dip_nat.h339 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR) macro
H A Dip_nat.c2708 (flags & IPN_TCPUDPICMP) && (np->in_spnext != 0)) { in ipf_nat_newmap()
2739 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY))) in ipf_nat_newmap()
4340 sflags = flags & IPN_TCPUDPICMP; in ipf_nat_outlookup()
5146 nflags &= ~IPN_TCPUDPICMP; in ipf_nat_out()
5586 nflags &= ~IPN_TCPUDPICMP; in ipf_nat_in()
5616 nflags &= ~IPN_TCPUDPICMP; in ipf_nat_in()
6934 if ((flags & IPN_TCPUDPICMP) != 0) { in ipf_nat_newrewrite()
6989 if ((flags & IPN_TCPUDPICMP) != 0) { in ipf_nat_newrewrite()