HomeSort by relevance Sort by last modified time
    Searched defs:tunnel_interface_ (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/vpn/
third_party_vpn_driver.h 203 std::string tunnel_interface_; member in class:shill::ThirdPartyVpnDriver
openvpn_driver.h 280 std::string tunnel_interface_; member in class:shill::OpenVPNDriver
openvpn_driver.cc 247 tunnel_interface_.clear();
315 SLOG(this, 2) << __func__ << "(" << tunnel_interface_ << ")"; local
365 if (link_name != tunnel_interface_) {
604 if (!device_info_->CreateTunnelInterface(&tunnel_interface_)) {
636 CHECK(!tunnel_interface_.empty());
637 AppendOption("dev", tunnel_interface_, options);
    [all...]

Completed in 118 milliseconds