Home
last modified time | relevance | path

Searched refs:IPN_TCPUDPICMPQ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat_y.y179 if ((nat->in_flags & IPN_TCPUDPICMPQ) == 0)
209 if ((nat->in_flags & IPN_TCPUDPICMPQ) == 0)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h243 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY) macro