HomeSort by relevance Sort by last modified time
    Searched full:vpn (Results 1 - 25 of 726) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chromeos/test/data/network/policy/
policy_vpn.onc 5 "Name":"my vpn",
6 "Type":"VPN",
7 "VPN":{
9 "Host":"vpn.my.domain.com",
shill_managed_vpn.json 4 "Name":"my vpn",
11 "Host":"vpn.my.domain.com",
16 "Type":"vpn"
shill_policy_on_managed_vpn.json 4 "Name":"my vpn",
9 "Provider.Host":"vpn.my.domain.com",
15 "Type":"vpn"
  /external/chromium_org/chromeos/test/data/network/
network_configs_with_resolved_certs.json 4 "Type": "VPN",
5 "VPN": {
14 "Type": "VPN",
15 "VPN": {
26 "Type": "VPN",
27 "VPN": {
37 "Type": "VPN",
38 "VPN": {
67 [ { "VPN": {
76 [ { "VPN":
    [all...]
settings_with_normalization.json 2 "ethernet-and-vpn": {
10 "VPN": {
25 "ethernet-and-vpn-normalized": {
valid_l2tpipsec.onc 2 "Type": "VPN",
4 "VPN": {
translation_of_shill_openvpn_with_errors.onc 3 "Name": "my vpn",
4 "Type": "VPN",
5 "VPN": {
6 "Host": "vpn.my.domain.com",
device_policy.onc 2 "Type": "VPN",
8 "VPN": {
managed_toplevel_l2tpipsec.onc 7 "Type": "VPN",
8 "VPN": {
managed_vpn.onc 2 "Type": "VPN",
9 "VPN": {
managed_vpn_without_recommended.onc 2 "Type": "VPN",
9 "VPN": {
l2tpipsec_clientcert_with_cert_pems.onc 2 "Type": "VPN",
4 "VPN": {
openvpn_clientcert_with_cert_pems.onc 7 "Type": "VPN",
8 "VPN": {
translation_of_shill_l2tpipsec.onc 2 "Type": "VPN",
4 "VPN": {
shill_l2tpipsec.json 2 "Type": "vpn",
shill_l2tpipsec_clientcert.json 11 "Type": "vpn",
shill_openvpn_clientcert.json 11 "Type": "vpn",
shill_output_l2tpipsec.json 2 "Type": "vpn",
translation_of_shill_openvpn.onc 3 "Name": "my vpn",
4 "Type": "VPN",
5 "VPN": {
7 "Host": "vpn.my.domain.com",
user.onc 3 "VPN": {
valid_openvpn.onc 3 "Name": "my vpn",
4 "Type": "VPN",
5 "VPN": {
7 "Host": "vpn.my.domain.com",
valid_openvpn_with_cert_pems.onc 3 "Name": "my vpn",
4 "Type": "VPN",
5 "VPN": {
7 "Host": "vpn.my.domain.com",
  /external/ipsec-tools/src/racoon/samples/roadwarrior/
README 2 remote access using hybrid authentication. In this setup, the VPN
4 authenticates to the VPN gateway using a login and a password.
8 internal address, netmask and DNS from the VPN gateway.
17 The first server setup, in server/racoon.conf, is for a VPN gateway
26 Both configurations can be used with the Cisco VPN client if it
28 available in Cisco VPN client version 4.0.5 and above). The group
29 password configured in the Cisco VPN client is not used by racoon.
44 certificate authority that signed the VPN gateway certificate in
48 the VPN using racoonctl:
49 racoonctl vc -u username vpn-gateway.example.ne
    [all...]
  /frameworks/base/packages/VpnDialogs/res/values/
strings.xml 19 <!-- Dialog title to identify the request from a VPN application. [CHAR LIMIT=60] -->
22 <!-- Dialog message to warn about the risk of using a VPN application. [CHAR LIMIT=NONE] -->
23 <string name="warning"><xliff:g id="app">%s</xliff:g> wants to set up a VPN connection
29 ]]> appears at the top of your screen when VPN is active.
32 <!-- Dialog title for built-in VPN. [CHAR LIMIT=40] -->
33 <string name="legacy_title">VPN is connected</string>
34 <!-- Button label to configure the current VPN session. [CHAR LIMIT=20] -->
36 <!-- Button label to disconnect the current VPN session. [CHAR LIMIT=20] -->
39 <!-- Label for the name of the current VPN session. [CHAR LIMIT=20] -->
41 <!-- Label for the duration of the current VPN session. [CHAR LIMIT=20] --
    [all...]
  /development/samples/ToyVpn/
_index.html 1 <p>ToyVPN is a sample application that shows how to build a VPN client using the <a href="../../../reference/android/net/VpnService.html">VpnService</a> class introduced in API level 14.</p>
3 <p>This application consists of an Android client and a sample implementation of a server. It performs IP over UDP and is capable of doing seamless handover between different networks as long as it receives the same VPN parameters.</p>
7 <img alt="" src="../images/vpn-confirmation.png" />

Completed in 270 milliseconds

1 2 3 4 5 6 7 8 91011>>