HomeSort by relevance Sort by last modified time
    Searched refs:AppendValueOption (Results 1 - 7 of 7) sorted by null

  /system/connectivity/shill/vpn/
openvpn_driver.cc 642 AppendValueOption(kVPNMTUProperty, "mtu", options);
643 AppendValueOption(kOpenVPNProtoProperty, "proto", options);
644 AppendValueOption(kOpenVPNPortProperty, "port", options);
645 AppendValueOption(kOpenVPNTLSAuthProperty, "tls-auth", options);
661 AppendValueOption(kOpenVPNTLSRemoteProperty, "tls-remote", options);
662 AppendValueOption(kOpenVPNCipherProperty, "cipher", options);
663 AppendValueOption(kOpenVPNAuthProperty, "auth", options);
665 AppendValueOption(kOpenVPNAuthRetryProperty, "auth-retry", options);
669 AppendValueOption(kOpenVPNRenegSecProperty, "reneg-sec", options);
670 AppendValueOption(kOpenVPNShaperProperty, "shaper", options)
    [all...]
l2tp_ipsec_driver.cc 275 AppendValueOption(kL2tpIpsecClientCertIdProperty,
277 AppendValueOption(kL2tpIpsecClientCertSlotProperty,
279 AppendValueOption(kL2tpIpsecPinProperty, "--user_pin", options);
280 AppendValueOption(kL2tpIpsecUserProperty, "--user", options);
281 AppendValueOption(kL2TPIPSecIPSecTimeoutProperty, "--ipsec_timeout", options);
282 AppendValueOption(kL2TPIPSecLeftProtoPortProperty,
286 AppendValueOption(kL2TPIPSecRightProtoPortProperty,
298 AppendValueOption(kL2tpIpsecTunnelGroupProperty, "--tunnel_group", options);
370 bool L2TPIPSecDriver::AppendValueOption(
l2tp_ipsec_driver.h 72 FRIEND_TEST(L2TPIPSecDriverTest, AppendValueOption);
122 bool AppendValueOption(const std::string& property,
l2tp_ipsec_driver_unittest.cc 444 TEST_F(L2TPIPSecDriverTest, AppendValueOption) {
454 driver_->AppendValueOption(
459 EXPECT_FALSE(driver_->AppendValueOption(kProperty, kOption, &options));
464 EXPECT_TRUE(driver_->AppendValueOption(kProperty, kOption, &options));
465 EXPECT_TRUE(driver_->AppendValueOption(kProperty2, kOption2, &options));
openvpn_driver.h 99 bool AppendValueOption(const std::string& property,
openvpn_driver_unittest.cc     [all...]
openvpn_management_server.cc 124 if (driver_->AppendValueOption(kOpenVPNStaticChallengeProperty,

Completed in 1485 milliseconds