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

  /system/connectivity/shill/vpn/
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(
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...]

Completed in 1027 milliseconds