Symbol: IPN_ICMPQUERY
usr/src/cmd/ipf/lib/printnat.c
190
if (np->in_flags & IPN_ICMPQUERY) {
usr/src/cmd/ipf/lib/printproto.c
27
else if (np->in_flags & IPN_ICMPQUERY)
usr/src/cmd/ipf/tools/ipnat_y.y
509
nat->in_flags = IPN_ICMPQUERY;
usr/src/cmd/ipf/tools/ipnat_y.y
936
if (!(nat->in_flags & IPN_ICMPQUERY)) {
usr/src/uts/common/inet/ipf/ip_nat.c
1462
if (nat->nat_flags & (IPN_TCPUDP | IPN_ICMPQUERY)) {
usr/src/uts/common/inet/ipf/ip_nat.c
2263
if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY)))
usr/src/uts/common/inet/ipf/ip_nat.c
2313
} else if (flags & IPN_ICMPQUERY) {
usr/src/uts/common/inet/ipf/ip_nat.c
2491
} else if (flags & IPN_ICMPQUERY) {
usr/src/uts/common/inet/ipf/ip_nat.c
2580
} else if (flags & IPN_ICMPQUERY) {
usr/src/uts/common/inet/ipf/ip_nat.c
2930
flags = IPN_ICMPERR|IPN_ICMPQUERY;
usr/src/uts/common/inet/ipf/ip_nat.c
3704
else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY))
usr/src/uts/common/inet/ipf/ip_nat.c
3915
nflags = IPN_ICMPQUERY;
usr/src/uts/common/inet/ipf/ip_nat.c
3929
if ((fin->fin_p == IPPROTO_ICMP) && !(nflags & IPN_ICMPQUERY) &&
usr/src/uts/common/inet/ipf/ip_nat.c
4127
if ((nat->nat_outport != 0) && (nflags & IPN_ICMPQUERY)) {
usr/src/uts/common/inet/ipf/ip_nat.c
4238
nflags = IPN_ICMPQUERY;
usr/src/uts/common/inet/ipf/ip_nat.c
4255
if ((fin->fin_p == IPPROTO_ICMP) && !(nflags & IPN_ICMPQUERY) &&
usr/src/uts/common/inet/ipf/ip_nat.c
4462
if ((nat->nat_inport != 0) && (nflags & IPN_ICMPQUERY)) {
usr/src/uts/common/inet/ipf/ip_nat.c
4567
if ((nflags & IPN_ICMPQUERY) != 0) {
usr/src/uts/common/inet/ipf/ip_nat.c
4576
if ((nflags & IPN_ICMPQUERY) != 0) {
usr/src/uts/common/inet/ipf/ip_nat6.c
1148
flags = IPN_ICMPERR|IPN_ICMPQUERY;
usr/src/uts/common/inet/ipf/ip_nat6.c
1916
else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY))
usr/src/uts/common/inet/ipf/ip_nat6.c
2070
nflags = IPN_ICMPQUERY;
usr/src/uts/common/inet/ipf/ip_nat6.c
2086
if ((fin->fin_p == IPPROTO_ICMPV6) && !(nflags & IPN_ICMPQUERY) &&
usr/src/uts/common/inet/ipf/ip_nat6.c
2239
if ((nat->nat_outport != 0) && (nflags & IPN_ICMPQUERY)) {
usr/src/uts/common/inet/ipf/ip_nat6.c
2353
nflags = IPN_ICMPQUERY;
usr/src/uts/common/inet/ipf/ip_nat6.c
2370
if ((fin->fin_p == IPPROTO_ICMPV6) && !(nflags & IPN_ICMPQUERY) &&
usr/src/uts/common/inet/ipf/ip_nat6.c
2552
if ((nat->nat_inport != 0) && (nflags & IPN_ICMPQUERY)) {
usr/src/uts/common/inet/ipf/ip_nat6.c
472
if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY)))
usr/src/uts/common/inet/ipf/ip_nat6.c
522
} else if (flags & IPN_ICMPQUERY) {
usr/src/uts/common/inet/ipf/ip_nat6.c
708
} else if (flags & IPN_ICMPQUERY) {
usr/src/uts/common/inet/ipf/ip_nat6.c
794
} else if (flags & IPN_ICMPQUERY) {
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
243
#define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
263
IPN_FRAG|IPN_STICKY|IPN_FIXEDDPORT|IPN_ICMPQUERY|\