HomeSort by relevance Sort by last modified time
    Searched defs:AppendFlag (Results 1 - 2 of 2) 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,
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...]

Completed in 150 milliseconds