Searched refs:nat_phnext (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintactivenat.c74 nat->nat_phnext[0], nat->nat_phnext[1]);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c1045 (*natp)->nat_phnext[0] = &nat->nat_hnext[0];
1046 nat->nat_phnext[0] = natp;
1053 (*natp)->nat_phnext[1] = &nat->nat_hnext[1];
1054 nat->nat_phnext[1] = natp;
1670 nat->nat_hnext[0]->nat_phnext[0] = nat->nat_phnext[0];
1671 *nat->nat_phnext[0] = nat->nat_hnext[0];
1675 nat->nat_hnext[1]->nat_phnext[1] = nat->nat_phnext[1];
1676 *nat->nat_phnext[
[all...]
H A Dip_nat.c1921 if ((nat->nat_phnext[0] != NULL) && (nat->nat_phnext[1] != NULL)) {
1927 *nat->nat_phnext[0] = nat->nat_hnext[0];
1929 nat->nat_hnext[0]->nat_phnext[0] = nat->nat_phnext[0];
1932 nat->nat_phnext[0] = NULL;
1934 *nat->nat_phnext[1] = nat->nat_hnext[1];
1936 nat->nat_hnext[1]->nat_phnext[1] = nat->nat_phnext[1];
1939 nat->nat_phnext[
[all...]
H A Dip_compat.c147 struct nat **nat_phnext[2]; member in struct:nat_4010900
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h92 struct nat **nat_phnext[2]; member in struct:nat

Completed in 74 milliseconds