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

  /system/connectivity/shill/vpn/
openvpn_driver.h 52 class OpenVPNDriver : public VPNDriver,
61 OpenVPNDriver(ControlInterface* control,
67 ~OpenVPNDriver() override;
294 DISALLOW_COPY_AND_ASSIGN(OpenVPNDriver);
openvpn_driver.cc 58 static string ObjectID(const OpenVPNDriver* o) {
95 const char OpenVPNDriver::kDefaultCACertificates[] =
98 const char OpenVPNDriver::kOpenVPNPath[] = "/usr/sbin/openvpn";
100 const char OpenVPNDriver::kOpenVPNScript[] = SHIMDIR "/openvpn-script";
102 const VPNDriver::Property OpenVPNDriver::kProperties[] = {
153 const char OpenVPNDriver::kLSBReleaseFile[] = "/etc/lsb-release";
157 const char OpenVPNDriver::kDefaultOpenVPNConfigurationDirectory[] =
160 const int OpenVPNDriver::kReconnectOfflineTimeoutSeconds = 2 * 60;
161 const int OpenVPNDriver::kReconnectTLSErrorTimeoutSeconds = 20;
163 OpenVPNDriver::OpenVPNDriver(ControlInterface* control
    [all...]

Completed in 46 milliseconds