Searched refs:v4_up (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Config.cpp | 483 pNatIfaces[i].v4_up = true; in AddNatIfaces() 484 IPACMDBG_H("Change v4_up to (%d) \n", pNatIfaces[i].v4_up); in AddNatIfaces() 507 pNatIfaces[ipa_nat_iface_entries - 1].v4_up = true; in AddNatIfaces() 508 IPACMDBG_H("Change v4_up to (%d) \n", pNatIfaces[ipa_nat_iface_entries - 1].v4_up); in AddNatIfaces() 533 pNatIfaces[i].v4_up = false; in DelNatIfaces() 540 pNatIfaces[i].v4_up = pNatIfaces[i + 1].v4_up; in DelNatIfaces() 545 pNatIfaces[i + 1].v4_up = false; in DelNatIfaces() 570 pNatIfaces[i].iface_name, ipa_nat_iface_entries, pNatIfaces[i].v4_up, pNatIfaces[i].v6_up); in CheckNatIfaces() 571 if (ip_type == IPA_IP_v4 && pNatIfaces[i].v4_up == true) in CheckNatIfaces() 573 IPACMDBG_H(" v4_up=%d\n", pNatIfaces[i].v4_up); in CheckNatIfaces()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Config.cpp | 495 pNatIfaces[i].v4_up = true; in AddNatIfaces() 496 IPACMDBG_H("Change v4_up to (%d) \n", pNatIfaces[i].v4_up); in AddNatIfaces() 519 pNatIfaces[ipa_nat_iface_entries - 1].v4_up = true; in AddNatIfaces() 520 IPACMDBG_H("Change v4_up to (%d) \n", pNatIfaces[ipa_nat_iface_entries - 1].v4_up); in AddNatIfaces() 545 pNatIfaces[i].v4_up = false; in DelNatIfaces() 552 pNatIfaces[i].v4_up = pNatIfaces[i + 1].v4_up; in DelNatIfaces() 557 pNatIfaces[i + 1].v4_up = false; in DelNatIfaces() 582 pNatIfaces[i].iface_name, ipa_nat_iface_entries, pNatIfaces[i].v4_up, pNatIfaces[i].v6_up); in CheckNatIfaces() 583 if (ip_type == IPA_IP_v4 && pNatIfaces[i].v4_up == true) in CheckNatIfaces() 585 IPACMDBG_H(" v4_up=%d\n", pNatIfaces[i].v4_up); in CheckNatIfaces()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Config.h | 50 bool v4_up; member
|