Lines Matching refs:ppp_device_
444 if (ppp_device_) {
445 // For PPP dongles, IP configuration is handled on the |ppp_device_|,
447 ppp_device_->DropConnection();
454 if (ppp_device_) {
455 ppp_device_->SetServiceState(state);
466 if (ppp_device_) {
467 ppp_device_->SetServiceFailure(failure_state);
478 if (ppp_device_) {
479 ppp_device_->SetServiceFailureSilent(failure_state);
1063 ppp_device_ = nullptr;
1119 if (!ppp_device_ || ppp_device_->interface_index() != interface_index) {
1120 if (ppp_device_) {
1121 ppp_device_->SelectService(nullptr); // No longer drives |service_|.
1123 ppp_device_ = ppp_device_factory_->CreatePPPDevice(
1130 device_info->RegisterDevice(ppp_device_);
1134 // For PPP, we only SelectService on the |ppp_device_|.
1137 ppp_device_->SetEnabled(true);
1138 ppp_device_->SelectService(service_);
1139 ppp_device_->UpdateIPConfigFromPPP(params, kBlackholeIPv6);