Home
last modified time | relevance | path

Searched refs:nat_next (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dprintactivenat.c71 nat->nat_next, nat->nat_pnext, nat->nat_hm);
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipnat.c351 for (np = nsp->ns_instances; np; np = nat.nat_next) {
478 nsp->ns_instances = nat.nat_next;
H A Dipftest.c640 for (nat = ifs->ifs_nat_instances; nat; nat = nat->nat_next) {
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_nat.c1223 for (n = ifs->ifs_nat_instances; n; n = n->nat_next)
1293 for (n = ifs->ifs_nat_instances; n; n = n->nat_next)
1301 ipn->ipn_next = nat->nat_next;
1808 for (n = ifs->ifs_nat_instances; n; n = n->nat_next)
1983 *nat->nat_pnext = nat->nat_next;
1984 if (nat->nat_next != NULL) {
1985 nat->nat_next->nat_pnext = nat->nat_pnext;
1986 nat->nat_next = NULL;
2819 nat->nat_next = ifs->ifs_nat_instances;
2822 ifs->ifs_nat_instances->nat_pnext = &nat->nat_next;
[all …]
H A Dip_compat.c143 struct nat *nat_next; member
H A Dip_nat6.c1037 nat->nat_next = ifs->ifs_nat_instances;
1040 ifs->ifs_nat_instances->nat_pnext = &nat->nat_next;
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h94 struct nat *nat_next; member