HomeSort by relevance Sort by last modified time
    Searched refs:nALGPort (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Conntrack_NATApp.h 87 uint16_t nALGPort;
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Conntrack_NATApp.cpp 50 nALGPort = 0;
82 nALGPort = pConfig->GetAlgPortCnt();
83 if(nALGPort > 0)
85 pALGPorts = (ipacm_alg *)malloc(sizeof(ipacm_alg) * nALGPort);
91 memset(pALGPorts, 0, sizeof(ipacm_alg) * nALGPort);
93 if(pConfig->GetAlgPorts(nALGPort, pALGPorts) != 0)
99 IPACMDBG("Printing %d alg ports information\n", nALGPort);
100 for(int cnt=0; cnt<nALGPort; cnt++)
572 for(cnt = 0; cnt < nALGPort; cnt++)

Completed in 83 milliseconds