Home
last modified time | relevance | path

Searched refs:pALGPorts (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Conntrack_NATApp.cpp49 pALGPorts = NULL; in NatApp()
85 pALGPorts = (ipacm_alg *)malloc(sizeof(ipacm_alg) * nALGPort); in Init()
86 if(pALGPorts == NULL) in Init()
91 memset(pALGPorts, 0, sizeof(ipacm_alg) * nALGPort); in Init()
93 if(pConfig->GetAlgPorts(nALGPort, pALGPorts) != 0) in Init()
102 IPACMDBG("%d: Proto[%d], port[%d]\n", cnt, pALGPorts[cnt].protocol, pALGPorts[cnt].port); in Init()
110 free(pALGPorts); in Init()
574 if(proto == pALGPorts[cnt].protocol && in isAlgPort()
575 port == pALGPorts[cnt].port) in isAlgPort()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Conntrack_NATApp.cpp55 pALGPorts = NULL; in NatApp()
103 pALGPorts = (ipacm_alg *)malloc(sizeof(ipacm_alg) * nALGPort); in Init()
104 if(pALGPorts == NULL) in Init()
109 memset(pALGPorts, 0, sizeof(ipacm_alg) * nALGPort); in Init()
111 pConfig->GetAlgPorts(nALGPort, pALGPorts); in Init()
116 IPACMDBG("%d: Proto[%d], port[%d]\n", cnt, pALGPorts[cnt].protocol, pALGPorts[cnt].port); in Init()
132 if(pALGPorts != NULL) in Init()
134 free(pALGPorts); in Init()
814 if(proto == pALGPorts[cnt].protocol && in isAlgPort()
815 port == pALGPorts[cnt].port) in isAlgPort()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Conntrack_NATApp.h86 ipacm_alg *pALGPorts; variable
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Conntrack_NATApp.h90 ipacm_alg *pALGPorts; variable