Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat6.c624 (flags & IPN_TCPUDPICMP) && (np->in_spnext != 0)) {
662 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY)))
2240 sflags = flags & IPN_TCPUDPICMP;
2908 nflags &= ~IPN_TCPUDPICMP;
3307 nflags &= ~IPN_TCPUDPICMP;
3478 if ((flags & IPN_TCPUDPICMP) != 0) {
3535 if ((flags & IPN_TCPUDPICMP) != 0) {
H A Dip_nat.c2765 (flags & IPN_TCPUDPICMP) && (np->in_spnext != 0)) {
2796 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY)))
4425 sflags = flags & IPN_TCPUDPICMP;
5244 nflags &= ~IPN_TCPUDPICMP;
5692 nflags &= ~IPN_TCPUDPICMP;
5722 nflags &= ~IPN_TCPUDPICMP;
7085 if ((flags & IPN_TCPUDPICMP) != 0) {
7140 if ((flags & IPN_TCPUDPICMP) != 0) {
H A Dip_nat.h343 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR) macro