Searched refs:pALGPorts (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Conntrack_NATApp.cpp | 49 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/ |
D | IPACM_Conntrack_NATApp.cpp | 55 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/ |
D | IPACM_Conntrack_NATApp.h | 86 ipacm_alg *pALGPorts; variable
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Conntrack_NATApp.h | 90 ipacm_alg *pALGPorts; variable
|