Searched refs:nat_ptr (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_h323_pxy.c | 212 bcopy((caddr_t)nat->nat_ptr, (caddr_t)ipn, sizeof(ipnat_t)); 310 nat2 = nat_new(&fi, nat->nat_ptr, NULL, 315 nat_update(&fi, nat2, nat2->nat_ptr); 317 nat2->nat_ptr->in_hits++; 319 nat_log(nat2, (u_int)(nat->nat_ptr->in_redir),
|
H A D | ip_raudio_pxy.c | 322 nat2 = nat_new(&fi, nat->nat_ptr, NULL, 327 nat_update(&fi, nat2, nat2->nat_ptr); 340 nat2 = nat_new(&fi, nat->nat_ptr, NULL, 345 nat_update(&fi, nat2, nat2->nat_ptr);
|
H A D | ip_rcmd_pxy.c | 217 nat2 = nat_new(&fi, nat->nat_ptr, NULL, nflags, nat->nat_dir); 221 nat_update(&fi, nat2, nat2->nat_ptr);
|
H A D | ip_irc_pxy.c | 433 nat2 = nat_new(&fi, nat->nat_ptr, NULL, 437 nat_update(&fi, nat2, nat2->nat_ptr);
|
H A D | ip_ftp_pxy.c | 392 nat2 = nat_new(&fi, nat->nat_ptr, NULL, flags, nat->nat_dir); 396 nat_update(&fi, nat2, nat->nat_ptr); 410 nat_update(&fi, nat2, nat->nat_ptr); 755 nat2 = nat_new(&fi, nat->nat_ptr, NULL, nflags, nat->nat_dir); 758 nat_update(&fi, nat2, nat->nat_ptr); 773 nat_update(&fi, nat2, nat->nat_ptr);
|
H A D | ip_pptp_pxy.c | 160 bcopy(nat->nat_ptr->in_ifnames[0], ipn->in_ifnames[0], 226 nat_update(&fi, nat2, nat2->nat_ptr);
|
H A D | ip_ipsec_pxy.c | 172 bcopy(nat->nat_ptr->in_ifnames[0], ipn->in_ifnames[0],
|
H A D | ip_rpcb_pxy.c | 1187 ipn = nat->nat_ptr; 1282 nat_update(&fi, natl, natl->nat_ptr);
|
H A D | ip_nat.h | 104 struct ipnat *nat_ptr; /* pointer back to the rule */ member
|
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | getnattype.c | 39 ipn = nat->nat_ptr;
|
H A D | printactivenat.c | 78 nat->nat_fr, nat->nat_ptr, nat->nat_ifps[0],
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_proxy.c | 365 ipn = nat->nat_ptr; 414 if ((nat->nat_ptr == NULL) || (nat->nat_aps != NULL)) { 417 (u_long)nat->nat_ptr, (u_long)nat->nat_aps); 421 apr = nat->nat_ptr->in_apr;
|
H A D | ip_nat.c | 1311 if (nat->nat_ptr != NULL) 1312 bcopy((char *)nat->nat_ptr, (char *)&ipn->ipn_ipnat, 1646 in = ipnn->ipn_nat.nat_ptr; 1649 nat->nat_ptr = in; 2002 ipn = nat->nat_ptr; 2719 nat->nat_ptr = np; 3357 ipn = nat->nat_ptr; 3598 ipn = nat->nat_ptr; 4017 nat_update(fin, nat, nat->nat_ptr); 4076 np = nat->nat_ptr; [all …]
|
H A D | ip_compat.c | 153 struct ipnat *nat_ptr; /* pointer back to the rule */ member
|
H A D | ip_nat6.c | 932 nat->nat_ptr = np; 1569 ipn = nat->nat_ptr; 1809 ipn = nat->nat_ptr; 2221 np = nat->nat_ptr; 2502 np = nat->nat_ptr;
|