Home | History | Annotate | Download | only in dhcp

Lines Matching refs:properties_

112   DHCPConfig::UpdateProperties(properties_, true);
133 properties_ = IPConfig::Properties();
147 properties_.method = kTypeDHCP6;
148 properties_.address_family = IPAddress::kFamilyIPv6;
154 properties_.address = value.Get<string>();
156 properties_.dns_servers = value.Get<vector<string>>();
158 properties_.domain_search = value.Get<vector<string>>();
163 properties_.delegated_prefix = value.Get<string>();
165 properties_.delegated_prefix_length = value.Get<uint32_t>();
176 if (properties_.lease_duration_seconds == 0 ||
177 lease_time < properties_.lease_duration_seconds) {
178 properties_.lease_duration_seconds = lease_time;