Symbol: IPN_TCPUDP
usr/src/cmd/ipf/lib/printactivenat.c
28
if ((nat->nat_flags & IPN_TCPUDP) != 0)
usr/src/cmd/ipf/lib/printactivenat.c
35
if ((nat->nat_flags & IPN_TCPUDP) != 0)
usr/src/cmd/ipf/lib/printactivenat.c
42
if ((nat->nat_flags & IPN_TCPUDP) != 0)
usr/src/cmd/ipf/lib/printnat.c
101
if (np->in_flags & IPN_TCPUDP) {
usr/src/cmd/ipf/lib/printnat.c
119
if (np->in_flags & IPN_TCPUDP) {
usr/src/cmd/ipf/lib/printnat.c
207
} else if (np->in_flags & IPN_TCPUDP || np->in_p) {
usr/src/cmd/ipf/lib/printproto.c
21
if ((np->in_flags & IPN_TCPUDP) == IPN_TCPUDP)
usr/src/cmd/ipf/tools/ipnat_y.y
162
if ((nat->in_flags & IPN_TCPUDP) == 0)
usr/src/cmd/ipf/tools/ipnat_y.y
194
if ((nat->in_flags & IPN_TCPUDP) == 0)
usr/src/cmd/ipf/tools/ipnat_y.y
229
if ((nat->in_flags & IPN_TCPUDP) == 0)
usr/src/cmd/ipf/tools/ipnat_y.y
247
((nat->in_flags & IPN_TCPUDP) == 0) &&
usr/src/cmd/ipf/tools/ipnat_y.y
257
((nat->in_flags & IPN_TCPUDP) == 0) &&
usr/src/cmd/ipf/tools/ipnat_y.y
304
nat->in_flags & IPN_TCPUDP)
usr/src/cmd/ipf/tools/ipnat_y.y
309
nat->in_flags & IPN_TCPUDP)
usr/src/cmd/ipf/tools/ipnat_y.y
311
nat->in_flags |= IPN_TCPUDP;
usr/src/cmd/ipf/tools/ipnat_y.y
315
nat->in_flags & IPN_TCPUDP)
usr/src/cmd/ipf/tools/ipnat_y.y
317
nat->in_flags |= IPN_TCPUDP;
usr/src/cmd/ipf/tools/ipnat_y.y
687
| IPNY_TCPUDP { nat->in_flags |= IPN_TCPUDP;
usr/src/cmd/ipf/tools/ipnat_y.y
690
| IPNY_TCP '/' IPNY_UDP { nat->in_flags |= IPN_TCPUDP;
usr/src/cmd/ipf/tools/ipnat_y.y
935
nat->in_flags &= ~IPN_TCPUDP;
usr/src/cmd/ipf/tools/ipnat_y.y
954
nat->in_flags &= ~IPN_TCPUDP;
usr/src/cmd/ipf/tools/ipnat_y.y
959
if ((nat->in_flags & (IPN_TCPUDP|IPN_FIXEDDPORT)) == IPN_FIXEDDPORT)
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
1507
if (!(nat->nat_flags & IPN_TCPUDP)) {
usr/src/uts/common/inet/ipf/ip_nat.c
1540
if (!(nat->nat_flags & IPN_TCPUDP)) {
usr/src/uts/common/inet/ipf/ip_nat.c
2158
!(flags & IPN_TCPUDP)))
usr/src/uts/common/inet/ipf/ip_nat.c
2172
if ((flags & IPN_TCPUDP) &&
usr/src/uts/common/inet/ipf/ip_nat.c
2207
if ((flags & IPN_TCPUDP) &&
usr/src/uts/common/inet/ipf/ip_nat.c
2308
if (flags & IPN_TCPUDP) {
usr/src/uts/common/inet/ipf/ip_nat.c
2486
if (flags & IPN_TCPUDP) {
usr/src/uts/common/inet/ipf/ip_nat.c
2576
if (flags & IPN_TCPUDP) {
usr/src/uts/common/inet/ipf/ip_nat.c
2948
if (flags & IPN_TCPUDP) {
usr/src/uts/common/inet/ipf/ip_nat.c
3921
if ((nflags & IPN_TCPUDP))
usr/src/uts/common/inet/ipf/ip_nat.c
4120
if ((nat->nat_outport != 0) && (nflags & IPN_TCPUDP)) {
usr/src/uts/common/inet/ipf/ip_nat.c
4141
if (nflags & IPN_TCPUDP &&
usr/src/uts/common/inet/ipf/ip_nat.c
4245
if ((nflags & IPN_TCPUDP)) {
usr/src/uts/common/inet/ipf/ip_nat.c
4434
if (nflags & IPN_TCPUDP)
usr/src/uts/common/inet/ipf/ip_nat.c
4456
if ((nat->nat_inport != 0) && (nflags & IPN_TCPUDP)) {
usr/src/uts/common/inet/ipf/ip_nat.c
4483
if (nflags & IPN_TCPUDP &&
usr/src/uts/common/inet/ipf/ip_nat6.c
1166
if (flags & IPN_TCPUDP) {
usr/src/uts/common/inet/ipf/ip_nat6.c
2077
if ((nflags & IPN_TCPUDP))
usr/src/uts/common/inet/ipf/ip_nat6.c
2232
if ((nat->nat_outport != 0) && (nflags & IPN_TCPUDP)) {
usr/src/uts/common/inet/ipf/ip_nat6.c
2255
if (csump != NULL && (!(nflags & IPN_TCPUDP) ||
usr/src/uts/common/inet/ipf/ip_nat6.c
2257
if (nflags & IPN_TCPUDP &&
usr/src/uts/common/inet/ipf/ip_nat6.c
2360
if ((nflags & IPN_TCPUDP)) {
usr/src/uts/common/inet/ipf/ip_nat6.c
2542
if (nflags & IPN_TCPUDP)
usr/src/uts/common/inet/ipf/ip_nat6.c
2546
if ((nat->nat_inport != 0) && (nflags & IPN_TCPUDP)) {
usr/src/uts/common/inet/ipf/ip_nat6.c
2575
if (nflags & IPN_TCPUDP &&
usr/src/uts/common/inet/ipf/ip_nat6.c
355
!(flags & IPN_TCPUDP)))
usr/src/uts/common/inet/ipf/ip_nat6.c
369
if ((flags & IPN_TCPUDP) &&
usr/src/uts/common/inet/ipf/ip_nat6.c
406
if ((flags & IPN_TCPUDP) &&
usr/src/uts/common/inet/ipf/ip_nat6.c
517
if (flags & IPN_TCPUDP) {
usr/src/uts/common/inet/ipf/ip_nat6.c
703
if (flags & IPN_TCPUDP) {
usr/src/uts/common/inet/ipf/ip_nat6.c
790
if (flags & IPN_TCPUDP) {
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
244
#define IPN_RF (IPN_TCPUDP|IPN_DELETE|IPN_ICMPERR)
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
261
#define IPN_USERFLAGS (IPN_TCPUDP|IPN_AUTOPORTMAP|IPN_IPRANGE|IPN_SPLIT|\
usr/src/uts/common/inet/ipf/netinet/ip_rpcb_pxy.c
1255
ipn->in_flags = nflags & IPN_TCPUDP;