Searched refs:v6_up (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Config.cpp | 487 pNatIfaces[i].v6_up = true; in AddNatIfaces() 488 IPACMDBG_H("Change v6_up to (%d) \n", pNatIfaces[i].v6_up); in AddNatIfaces() 511 pNatIfaces[ipa_nat_iface_entries - 1].v6_up = true; in AddNatIfaces() 512 IPACMDBG_H("Change v6_up to (%d) \n", pNatIfaces[ipa_nat_iface_entries - 1].v6_up); in AddNatIfaces() 534 pNatIfaces[i].v6_up = false; in DelNatIfaces() 541 pNatIfaces[i].v6_up = pNatIfaces[i + 1].v6_up; in DelNatIfaces() 546 pNatIfaces[i + 1].v6_up = false; in DelNatIfaces() 570 pNatIfaces[i].iface_name, ipa_nat_iface_entries, pNatIfaces[i].v4_up, pNatIfaces[i].v6_up); in CheckNatIfaces() 576 if (ip_type == IPA_IP_v6 && pNatIfaces[i].v6_up == true) in CheckNatIfaces() 578 IPACMDBG_H(" v6_up=%d\n", pNatIfaces[i].v6_up); in CheckNatIfaces()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Config.cpp | 499 pNatIfaces[i].v6_up = true; in AddNatIfaces() 500 IPACMDBG_H("Change v6_up to (%d) \n", pNatIfaces[i].v6_up); in AddNatIfaces() 523 pNatIfaces[ipa_nat_iface_entries - 1].v6_up = true; in AddNatIfaces() 524 IPACMDBG_H("Change v6_up to (%d) \n", pNatIfaces[ipa_nat_iface_entries - 1].v6_up); in AddNatIfaces() 546 pNatIfaces[i].v6_up = false; in DelNatIfaces() 553 pNatIfaces[i].v6_up = pNatIfaces[i + 1].v6_up; in DelNatIfaces() 558 pNatIfaces[i + 1].v6_up = false; in DelNatIfaces() 582 pNatIfaces[i].iface_name, ipa_nat_iface_entries, pNatIfaces[i].v4_up, pNatIfaces[i].v6_up); in CheckNatIfaces() 588 if (ip_type == IPA_IP_v6 && pNatIfaces[i].v6_up == true) in CheckNatIfaces() 590 IPACMDBG_H(" v6_up=%d\n", pNatIfaces[i].v6_up); in CheckNatIfaces()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Config.h | 51 bool v6_up; member
|