/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Config.cpp | 46 IPACM_Config *IPACM_Config::pInstance = NULL; 47 const char *IPACM_Config::DEVICE_NAME = "/dev/ipa"; 48 const char *IPACM_Config::DEVICE_NAME_ODU = "/dev/odu_ipa_bridge"; 113 IPACM_Config::IPACM_Config() in IPACM_Config() function in IPACM_Config 157 int IPACM_Config::Init(void) in Init() 406 IPACM_Config* IPACM_Config::GetInstance() in GetInstance() 412 pInstance = new IPACM_Config(); in GetInstance() 426 int IPACM_Config::GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts) in GetAlgPorts() 443 int IPACM_Config::GetNatIfaces(int nIfaces, NatIfaces *pIfaces) in GetNatIfaces() 462 int IPACM_Config::AddNatIfaces(char *dev_name) in AddNatIfaces() [all …]
|
D | Makefile.am | 13 IPACM_Config.cpp \
|
D | Android.mk | 59 IPACM_Config.cpp \
|
D | IPACM_ConntrackListener.cpp | 51 pConfig = IPACM_Config::GetInstance();; in IPACM_ConntrackListener() 160 pConfig = IPACM_Config::GetInstance(); in CheckNatIface() 763 pConfig = IPACM_Config::GetInstance(); in AddIface()
|
D | IPACM_Lan.cpp | 1587 IPACM_Config* ipacm_config = IPACM_Iface::ipacmcfg; in handle_wan_up_ex()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Config.cpp | 46 IPACM_Config *IPACM_Config::pInstance = NULL; 47 const char *IPACM_Config::DEVICE_NAME = "/dev/ipa"; 48 const char *IPACM_Config::DEVICE_NAME_ODU = "/dev/odu_ipa_bridge"; 130 IPACM_Config::IPACM_Config() in IPACM_Config() function in IPACM_Config 178 int IPACM_Config::Init(void) in Init() 427 IPACM_Config* IPACM_Config::GetInstance() in GetInstance() 433 pInstance = new IPACM_Config(); in GetInstance() 447 int IPACM_Config::GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts) in GetAlgPorts() 464 int IPACM_Config::GetNatIfaces(int nIfaces, NatIfaces *pIfaces) in GetNatIfaces() 483 int IPACM_Config::AddNatIfaces(char *dev_name, ipa_ip_type ip_type) in AddNatIfaces() [all …]
|
D | Makefile.am | 13 IPACM_Config.cpp \
|
D | IPACM_ConntrackListener.cpp | 54 pConfig = IPACM_Config::GetInstance();; in IPACM_ConntrackListener() 172 pConfig = IPACM_Config::GetInstance(); in CheckNatIface() 777 pConfig = IPACM_Config::GetInstance(); in AddIface()
|
D | IPACM_Iface.cpp | 60 IPACM_Config *IPACM_Iface::ipacmcfg = IPACM_Config::GetInstance();
|
D | IPACM_Conntrack_NATApp.cpp | 78 IPACM_Config *pConfig; in Init() 81 pConfig = IPACM_Config::GetInstance(); in Init()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Config.cpp | 46 IPACM_Config *IPACM_Config::pInstance = NULL; 47 const char *IPACM_Config::DEVICE_NAME = "/dev/ipa"; 48 const char *IPACM_Config::DEVICE_NAME_ODU = "/dev/odu_ipa_bridge"; 122 IPACM_Config::IPACM_Config() in IPACM_Config() function in IPACM_Config 166 int IPACM_Config::Init(void) in Init() 415 IPACM_Config* IPACM_Config::GetInstance() in GetInstance() 421 pInstance = new IPACM_Config(); in GetInstance() 435 int IPACM_Config::GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts) in GetAlgPorts() 452 int IPACM_Config::GetNatIfaces(int nIfaces, NatIfaces *pIfaces) in GetNatIfaces() 471 int IPACM_Config::AddNatIfaces(char *dev_name, ipa_ip_type ip_type) in AddNatIfaces() [all …]
|
D | Makefile.am | 13 IPACM_Config.cpp \
|
D | Android.mk | 40 IPACM_Config.cpp \
|
D | IPACM_ConntrackListener.cpp | 51 pConfig = IPACM_Config::GetInstance();; in IPACM_ConntrackListener() 160 pConfig = IPACM_Config::GetInstance(); in CheckNatIface() 754 pConfig = IPACM_Config::GetInstance(); in AddIface()
|
D | IPACM_Conntrack_NATApp.cpp | 64 IPACM_Config *pConfig; in Init() 67 pConfig = IPACM_Config::GetInstance(); in Init()
|
D | IPACM_Iface.cpp | 60 IPACM_Config *IPACM_Iface::ipacmcfg = IPACM_Config::GetInstance();
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Config.h | 75 class IPACM_Config 149 static IPACM_Config* GetInstance(); 350 static IPACM_Config *pInstance; 352 IPACM_Config(void);
|
D | IPACM_Iface.h | 78 static IPACM_Config *ipacmcfg;
|
D | IPACM_ConntrackListener.h | 79 IPACM_Config *pConfig;
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Config.h | 77 class IPACM_Config 156 static IPACM_Config* GetInstance(); 364 static IPACM_Config *pInstance; 366 IPACM_Config(void);
|
D | IPACM_Iface.h | 78 static IPACM_Config *ipacmcfg;
|
D | IPACM_ConntrackListener.h | 87 IPACM_Config *pConfig;
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Iface.h | 78 static IPACM_Config *ipacmcfg;
|
D | IPACM_ConntrackListener.h | 79 IPACM_Config *pConfig;
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/ |
D | Android.bp | 30 "src/IPACM_Config.cpp",
|