Home
last modified time | relevance | path

Searched refs:nIfaces (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Config.cpp443 int IPACM_Config::GetNatIfaces(int nIfaces, NatIfaces *pIfaces) in GetNatIfaces() argument
445 if (nIfaces <= 0 || pIfaces == NULL) in GetNatIfaces()
451 for (int cnt=0; cnt<nIfaces; cnt++) in GetNatIfaces()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Config.cpp452 int IPACM_Config::GetNatIfaces(int nIfaces, NatIfaces *pIfaces) in GetNatIfaces() argument
454 if (nIfaces <= 0 || pIfaces == NULL) in GetNatIfaces()
460 for (int cnt=0; cnt<nIfaces; cnt++) in GetNatIfaces()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Config.cpp464 int IPACM_Config::GetNatIfaces(int nIfaces, NatIfaces *pIfaces) in GetNatIfaces() argument
466 if (nIfaces <= 0 || pIfaces == NULL) in GetNatIfaces()
472 for (int cnt=0; cnt<nIfaces; cnt++) in GetNatIfaces()