Searched refs:NAT_SLAVE (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_raudio_pxy.c | 323 NAT_SLAVE|IPN_UDP | (sp ? 0 : SI_W_SPORT), 341 NAT_SLAVE|IPN_UDP|SI_W_DPORT,
|
H A D | ip_ipsec_pxy.c | 199 NAT_SLAVE|SI_WILDP, NAT_OUTBOUND); 262 NAT_SLAVE|SI_WILDP,
|
H A D | ip_rcmd_pxy.c | 203 nflags = NAT_SLAVE|IPN_TCP|SI_W_DPORT;
|
H A D | ip_h323_pxy.c | 311 NAT_SLAVE|IPN_UDP|SI_W_DPORT,
|
H A D | ip_irc_pxy.c | 434 NAT_SLAVE|IPN_TCP|SI_W_DPORT, NAT_OUTBOUND);
|
H A D | ip_nat.h | 160 #define NAT_SLAVE 0x0020 /* Slave connection for a proxy */ macro
|
H A D | ip_pptp_pxy.c | 222 NAT_SLAVE, nat->nat_dir);
|
H A D | ip_ftp_pxy.c | 389 flags = NAT_SLAVE|IPN_TCP|SI_W_DPORT; 752 nflags |= NAT_SLAVE;
|
H A D | ip_rpcb_pxy.c | 1270 natl = nat_new(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat6.c | 816 if ((flags & NAT_SLAVE) == 0) { 887 if ((flags & NAT_SLAVE) == 0) { 941 if ((np->in_apr != NULL) && ((ni->nai_flags & NAT_SLAVE) == 0))
|
H A D | ip_nat.c | 2602 if ((flags & NAT_SLAVE) == 0) { 2674 if ((flags & NAT_SLAVE) == 0) { 2726 if ((np->in_apr != NULL) && ((ni->nai_flags & NAT_SLAVE) == 0))
|