Searched refs:ip_version (Results 1 - 3 of 3) sorted by path

/system/connectivity/shill/
H A Ddevice.cc1207 string ip_version; local
1209 ip_version = kIPFlagVersion4;
1211 ip_version = kIPFlagVersion6;
1215 FilePath flag_file(StringPrintf(kIPFlagTemplate, ip_version.c_str(),
/system/firewalld/
H A Diptables.cc428 bool IpTables::ApplyRuleForUserTrafficWithVersion(const std::string& ip_version, argument
432 if (ip_version == kIPv6)
444 LOG(ERROR) << (add ? "Adding" : "Removing") << " rule for " << ip_version
H A Diptables.h104 bool ApplyRuleForUserTrafficWithVersion(const std::string& ip_version,

Completed in 53 milliseconds