Searched refs:IPN_TCP (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_rcmd_pxy.c | 182 nat2 = nat_outlookup(&fi, NAT_SEARCH|IPN_TCP, nat->nat_p, 185 nat2 = nat_inlookup(&fi, NAT_SEARCH|IPN_TCP, nat->nat_p, 203 nflags = NAT_SLAVE|IPN_TCP|SI_W_DPORT; 220 (void) nat_proto(&fi, nat2, IPN_TCP);
|
H A D | ip_nat.h | 232 #define IPN_TCP 0x00001 macro 234 #define IPN_TCPUDP (IPN_TCP|IPN_UDP) 236 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR) 238 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
|
H A D | ip_irc_pxy.c | 417 nat2 = nat_outlookup(fin, IPN_TCP, nat->nat_p, nat->nat_inip, 434 NAT_SLAVE|IPN_TCP|SI_W_DPORT, NAT_OUTBOUND);
|
H A D | ip_ftp_pxy.c | 356 nat2 = nat_outlookup(&fi, NAT_SEARCH|IPN_TCP, nat->nat_p, 359 nat2 = nat_inlookup(&fi, NAT_SEARCH|IPN_TCP, nat->nat_p, 389 flags = NAT_SLAVE|IPN_TCP|SI_W_DPORT; 395 (void) nat_proto(&fi, nat2, IPN_TCP); 709 nflags = IPN_TCP|SI_W_SPORT; 757 (void) nat_proto(&fi, nat2, IPN_TCP);
|
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | printproto.c | 23 else if (np->in_flags & IPN_TCP)
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipnat_y.y | 929 nat->in_flags |= IPN_TCP; 934 nat->in_flags &= ~IPN_TCP;
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat6.c | 1135 flags = IPN_TCP; 1912 if (np->nl_flags & IPN_TCP) 2059 nflags = IPN_TCP; 2340 nflags = IPN_TCP;
|
H A D | ip_nat.c | 2917 flags = IPN_TCP; 3700 if (np->nl_flags & IPN_TCP) 3902 nflags = IPN_TCP; 4225 nflags = IPN_TCP; 4770 ((nat->nat_flags & IPN_TCP) != 0)) 4797 !(nat->nat_flags & IPN_TCP) && (np = nat->nat_ptr)) { 5831 nflags = IPN_TCP;
|