Symbol: IPN_TCP
usr/src/cmd/ipf/lib/printproto.c
23
else if (np->in_flags & IPN_TCP)
usr/src/cmd/ipf/tools/ipnat_y.y
927
nat->in_flags |= IPN_TCP;
usr/src/cmd/ipf/tools/ipnat_y.y
932
nat->in_flags &= ~IPN_TCP;
usr/src/uts/common/inet/ipf/ip_nat.c
2917
flags = IPN_TCP;
usr/src/uts/common/inet/ipf/ip_nat.c
3700
if (np->nl_flags & IPN_TCP)
usr/src/uts/common/inet/ipf/ip_nat.c
3902
nflags = IPN_TCP;
usr/src/uts/common/inet/ipf/ip_nat.c
4225
nflags = IPN_TCP;
usr/src/uts/common/inet/ipf/ip_nat.c
4772
((nat->nat_flags & IPN_TCP) != 0))
usr/src/uts/common/inet/ipf/ip_nat.c
4799
!(nat->nat_flags & IPN_TCP) && (np = nat->nat_ptr)) {
usr/src/uts/common/inet/ipf/ip_nat.c
5833
nflags = IPN_TCP;
usr/src/uts/common/inet/ipf/ip_nat6.c
1135
flags = IPN_TCP;
usr/src/uts/common/inet/ipf/ip_nat6.c
1912
if (np->nl_flags & IPN_TCP)
usr/src/uts/common/inet/ipf/ip_nat6.c
2059
nflags = IPN_TCP;
usr/src/uts/common/inet/ipf/ip_nat6.c
2340
nflags = IPN_TCP;
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
356
nat2 = nat_outlookup(&fi, NAT_SEARCH|IPN_TCP, nat->nat_p,
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
359
nat2 = nat_inlookup(&fi, NAT_SEARCH|IPN_TCP, nat->nat_p,
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
389
flags = NAT_SLAVE|IPN_TCP|SI_W_DPORT;
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
395
(void) nat_proto(&fi, nat2, IPN_TCP);
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
709
nflags = IPN_TCP|SI_W_SPORT;
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
757
(void) nat_proto(&fi, nat2, IPN_TCP);
usr/src/uts/common/inet/ipf/netinet/ip_irc_pxy.c
417
nat2 = nat_outlookup(fin, IPN_TCP, nat->nat_p, nat->nat_inip,
usr/src/uts/common/inet/ipf/netinet/ip_irc_pxy.c
434
NAT_SLAVE|IPN_TCP|SI_W_DPORT, NAT_OUTBOUND);
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
239
#define IPN_TCPUDP (IPN_TCP|IPN_UDP)
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
241
#define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR)
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_rcmd_pxy.c
182
nat2 = nat_outlookup(&fi, NAT_SEARCH|IPN_TCP, nat->nat_p,
usr/src/uts/common/inet/ipf/netinet/ip_rcmd_pxy.c
185
nat2 = nat_inlookup(&fi, NAT_SEARCH|IPN_TCP, nat->nat_p,
usr/src/uts/common/inet/ipf/netinet/ip_rcmd_pxy.c
203
nflags = NAT_SLAVE|IPN_TCP|SI_W_DPORT;
usr/src/uts/common/inet/ipf/netinet/ip_rcmd_pxy.c
220
(void) nat_proto(&fi, nat2, IPN_TCP);