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

  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.cc 284 AppendFlag(kL2TPIPSecPFSProperty, "--pfs", "--nopfs", options);
285 AppendFlag(kL2TPIPSecRekeyProperty, "--rekey", "--norekey", options);
288 AppendFlag(kL2TPIPSecRequireChapProperty,
290 AppendFlag(kL2TPIPSecRefusePapProperty,
292 AppendFlag(kL2TPIPSecRequireAuthProperty,
294 AppendFlag(kL2TPIPSecLengthBitProperty,
296 AppendFlag(kL2tpIpsecLcpEchoDisabledProperty,
381 bool L2TPIPSecDriver::AppendFlag(const string& property,
l2tp_ipsec_driver.h 71 FRIEND_TEST(L2TPIPSecDriverTest, AppendFlag);
127 bool AppendFlag(const std::string& property,
l2tp_ipsec_driver_unittest.cc 471 TEST_F(L2TPIPSecDriverTest, AppendFlag) {
480 EXPECT_FALSE(driver_->AppendFlag("L2TPIPSec.UnknownProperty",
486 driver_->AppendFlag(kProperty, kTrueOption, kFalseOption, &options));
492 driver_->AppendFlag(kProperty, kTrueOption, kFalseOption, &options));
494 driver_->AppendFlag(kProperty2, kTrueOption2, kFalseOption2, &options));
openvpn_driver.cc 664 AppendFlag(kOpenVPNAuthNoCacheProperty, "auth-nocache", options);
666 AppendFlag(kOpenVPNCompLZOProperty, "comp-lzo", options);
667 AppendFlag(kOpenVPNCompNoAdaptProperty, "comp-noadapt", options);
668 AppendFlag(kOpenVPNPushPeerInfoProperty, "push-peer-info", options);
    [all...]
openvpn_driver.h 113 bool AppendFlag(const std::string& property,
openvpn_driver_unittest.cc     [all...]

Completed in 1426 milliseconds