Searched refs:nALGPort (Results 1 – 2 of 2) sorted by relevance
50 nALGPort = 0; in NatApp()82 nALGPort = pConfig->GetAlgPortCnt(); in Init()83 if(nALGPort > 0) in Init()85 pALGPorts = (ipacm_alg *)malloc(sizeof(ipacm_alg) * nALGPort); in Init()91 memset(pALGPorts, 0, sizeof(ipacm_alg) * nALGPort); in Init()93 if(pConfig->GetAlgPorts(nALGPort, pALGPorts) != 0) in Init()99 IPACMDBG("Printing %d alg ports information\n", nALGPort); in Init()100 for(int cnt=0; cnt<nALGPort; cnt++) in Init()572 for(cnt = 0; cnt < nALGPort; cnt++) in isAlgPort()
87 uint16_t nALGPort; variable