Searched refs:pAlgPorts (Results 1 – 5 of 5) 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()
435 int IPACM_Config::GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts) in GetAlgPorts() argument437 if (nPorts <= 0 || pAlgPorts == NULL) in GetAlgPorts()445 pAlgPorts[cnt].protocol = alg_table[cnt].protocol; in GetAlgPorts()446 pAlgPorts[cnt].port = alg_table[cnt].port; in GetAlgPorts()
447 int IPACM_Config::GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts) in GetAlgPorts() argument449 if (nPorts <= 0 || pAlgPorts == NULL) in GetAlgPorts()457 pAlgPorts[cnt].protocol = alg_table[cnt].protocol; in GetAlgPorts()458 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);