Searched refs:pIfaces (Results 1 – 3 of 3) sorted by relevance
443 int IPACM_Config::GetNatIfaces(int nIfaces, NatIfaces *pIfaces) in GetNatIfaces() argument445 if (nIfaces <= 0 || pIfaces == NULL) in GetNatIfaces()453 memcpy(pIfaces[cnt].iface_name, in GetNatIfaces()455 sizeof(pIfaces[cnt].iface_name)); in GetNatIfaces()
452 int IPACM_Config::GetNatIfaces(int nIfaces, NatIfaces *pIfaces) in GetNatIfaces() argument454 if (nIfaces <= 0 || pIfaces == NULL) in GetNatIfaces()462 memcpy(pIfaces[cnt].iface_name, in GetNatIfaces()464 sizeof(pIfaces[cnt].iface_name)); in GetNatIfaces()
459 int IPACM_Config::GetNatIfaces(int nIfaces, NatIfaces *pIfaces) in GetNatIfaces() argument461 if (nIfaces <= 0 || pIfaces == NULL) in GetNatIfaces()469 memcpy(pIfaces[cnt].iface_name, in GetNatIfaces()471 sizeof(pIfaces[cnt].iface_name)); in GetNatIfaces()