Home | History | Annotate | Download | only in shill

Lines Matching refs:Family

970 void Device::PrependDNSServers(const IPAddress::Family family,
973 manager_->FilterPrependDNSServersByFamily(family);
1205 bool Device::SetIPFlag(IPAddress::Family family, const string& flag,
1208 if (family == IPAddress::kFamilyIPv4) {
1210 } else if (family == IPAddress::kFamilyIPv6) {