Home
last modified time | relevance | path

Searched refs:IPN_ICMPQUERY (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintproto.c27 else if (np->in_flags & IPN_ICMPQUERY)
H A Dprintnat.c190 if (np->in_flags & IPN_ICMPQUERY) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c472 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY)))
522 } else if (flags & IPN_ICMPQUERY) {
708 } else if (flags & IPN_ICMPQUERY) {
794 } else if (flags & IPN_ICMPQUERY) {
1148 flags = IPN_ICMPERR|IPN_ICMPQUERY;
1916 else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY))
2070 nflags = IPN_ICMPQUERY;
2086 if ((fin->fin_p == IPPROTO_ICMPV6) && !(nflags & IPN_ICMPQUERY) &&
2239 if ((nat->nat_outport != 0) && (nflags & IPN_ICMPQUERY)) {
2353 nflags = IPN_ICMPQUERY;
[all …]
H A Dip_nat.c1462 if (nat->nat_flags & (IPN_TCPUDP | IPN_ICMPQUERY)) {
2313 } else if (flags & IPN_ICMPQUERY) {
2491 } else if (flags & IPN_ICMPQUERY) {
2580 } else if (flags & IPN_ICMPQUERY) {
2930 flags = IPN_ICMPERR|IPN_ICMPQUERY;
3704 else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY))
3915 nflags = IPN_ICMPQUERY;
4238 nflags = IPN_ICMPQUERY;
4462 if ((nat->nat_inport != 0) && (nflags & IPN_ICMPQUERY)) {
4567 if ((nflags & IPN_ICMPQUERY) != 0) {
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h242 #define IPN_ICMPQUERY 0x00008 macro
243 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
263 IPN_FRAG|IPN_STICKY|IPN_FIXEDDPORT|IPN_ICMPQUERY|\
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat_y.y509 nat->in_flags = IPN_ICMPQUERY;
936 if (!(nat->in_flags & IPN_ICMPQUERY)) {