Lines Matching refs:network_
127 network_(network), in Port()
155 network_(network), in Port()
181 network_->SignalTypeChanged.connect(this, &Port::OnNetworkTypeChanged); in Construct()
182 network_cost_ = network_->GetCost(); in Construct()
210 return network_; in Network()
275 type, generation_, foundation, network_->id(), network_cost_); in AddAddress()
277 c.GetPriority(type_preference, network_->preference(), relay_preference)); in AddAddress()
280 c.set_network_name(network_->name()); in AddAddress()
281 c.set_network_type(network_->type()); in AddAddress()
297 if (network_->GetMdnsResponder() == nullptr) { in MaybeObfuscateAddress()
324 network_->GetMdnsResponder()->CreateNameForAddress(copy.address().ipaddr(), in MaybeObfuscateAddress()
594 rtc::IPAddress ip = network_->GetBestIP(); in IsCompatibleAddress()
833 RTC_DCHECK(network == network_); in OnNetworkTypeChanged()
842 << ":" << network_->ToString() << "]"; in ToString()
848 uint16_t new_cost = network_->GetCost(); in UpdateNetworkCost()