Searched refs:v6_up (Results 1 – 2 of 2) sorted by relevance
502 pNatIfaces[i].v6_up = true; in AddNatIfaces()503 IPACMDBG_H("Change v6_up to (%d) \n", pNatIfaces[i].v6_up); in AddNatIfaces()526 pNatIfaces[ipa_nat_iface_entries - 1].v6_up = true; in AddNatIfaces()527 IPACMDBG_H("Change v6_up to (%d) \n", pNatIfaces[ipa_nat_iface_entries - 1].v6_up); in AddNatIfaces()549 pNatIfaces[i].v6_up = false; in DelNatIfaces()556 pNatIfaces[i].v6_up = pNatIfaces[i + 1].v6_up; in DelNatIfaces()561 pNatIfaces[i + 1].v6_up = false; in DelNatIfaces()585 pNatIfaces[i].iface_name, ipa_nat_iface_entries, pNatIfaces[i].v4_up, pNatIfaces[i].v6_up); in CheckNatIfaces()591 if (ip_type == IPA_IP_v6 && pNatIfaces[i].v6_up == true) in CheckNatIfaces()593 IPACMDBG_H(" v6_up=%d\n", pNatIfaces[i].v6_up); in CheckNatIfaces()
51 bool v6_up; member