Home
last modified time | relevance | path

Searched refs:v4_up (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Config.cpp498 pNatIfaces[i].v4_up = true; in AddNatIfaces()
499 IPACMDBG_H("Change v4_up to (%d) \n", pNatIfaces[i].v4_up); in AddNatIfaces()
522 pNatIfaces[ipa_nat_iface_entries - 1].v4_up = true; in AddNatIfaces()
523 IPACMDBG_H("Change v4_up to (%d) \n", pNatIfaces[ipa_nat_iface_entries - 1].v4_up); in AddNatIfaces()
548 pNatIfaces[i].v4_up = false; in DelNatIfaces()
555 pNatIfaces[i].v4_up = pNatIfaces[i + 1].v4_up; in DelNatIfaces()
560 pNatIfaces[i + 1].v4_up = false; in DelNatIfaces()
585 pNatIfaces[i].iface_name, ipa_nat_iface_entries, pNatIfaces[i].v4_up, pNatIfaces[i].v6_up); in CheckNatIfaces()
586 if (ip_type == IPA_IP_v4 && pNatIfaces[i].v4_up == true) in CheckNatIfaces()
588 IPACMDBG_H(" v4_up=%d\n", pNatIfaces[i].v4_up); in CheckNatIfaces()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Config.h50 bool v4_up; member