Home | History | Annotate | Download | only in vpn

Lines Matching refs:AppendValueOption

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);
671 AppendValueOption(kOpenVPNServerPollTimeoutProperty,
685 AppendValueOption(kOpenVPNPingProperty, "ping", options);
686 AppendValueOption(kOpenVPNPingExitProperty, "ping-exit", options);
687 AppendValueOption(kOpenVPNPingRestartProperty, "ping-restart", options);
689 AppendValueOption(kOpenVPNNsCertTypeProperty, "ns-cert-type", options);
706 AppendValueOption(kOpenVPNKeyDirectionProperty, "key-direction", options);
707 AppendValueOption(kOpenVPNRemoteCertEKUProperty, "remote-cert-eku", options);
783 AppendValueOption(kOpenVPNVerifyHashProperty, "verify-hash", options);
837 bool has_cert = AppendValueOption(kOpenVPNCertProperty, "cert", options) ||
839 bool has_key = AppendValueOption(kOpenVPNKeyProperty, "key", options);
900 bool OpenVPNDriver::AppendValueOption(