Home
last modified time | relevance | path

Searched refs:pIfaces (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()
453 memcpy(pIfaces[cnt].iface_name, in GetNatIfaces()
455 sizeof(pIfaces[cnt].iface_name)); 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()
462 memcpy(pIfaces[cnt].iface_name, in GetNatIfaces()
464 sizeof(pIfaces[cnt].iface_name)); in GetNatIfaces()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Config.cpp459 int IPACM_Config::GetNatIfaces(int nIfaces, NatIfaces *pIfaces) in GetNatIfaces() argument
461 if (nIfaces <= 0 || pIfaces == NULL) in GetNatIfaces()
469 memcpy(pIfaces[cnt].iface_name, in GetNatIfaces()
471 sizeof(pIfaces[cnt].iface_name)); in GetNatIfaces()