Searched refs:pAlgPorts (Results 1 – 4 of 4) sorted by relevance
426 int IPACM_Config::GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts) in GetAlgPorts() argument428 if (nPorts <= 0 || pAlgPorts == NULL) in GetAlgPorts()436 pAlgPorts[cnt].protocol = alg_table[cnt].protocol; in GetAlgPorts()437 pAlgPorts[cnt].port = alg_table[cnt].port; in GetAlgPorts()
450 int IPACM_Config::GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts) in GetAlgPorts() argument452 if (nPorts <= 0 || pAlgPorts == NULL) in GetAlgPorts()460 pAlgPorts[cnt].protocol = alg_table[cnt].protocol; in GetAlgPorts()461 pAlgPorts[cnt].port = alg_table[cnt].port; in GetAlgPorts()
215 int GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts);
222 int GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts);