HomeSort by relevance Sort by last modified time
    Searched full:vpn (Results 126 - 150 of 637) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/net/base/
ssl_false_start_blacklist.txt 174 apo-vpn-02.apotex.com
229 aus-vpn.amd.com
    [all...]
  /frameworks/base/docs/html/about/versions/
android-1.6-highlights.jd 93 <h3 id="VPN">VPN, 802.1x</h3>
95 <p>A new Virtual Private Network (VPN) control panel in Settings allows users
99 <li>L2TP/IPSEC pre-shared key based VPN</li>
100 <li>L2TP/IPsec certificate based VPN</li>
101 <li>L2TP only VPN</li>
102 <li>PPTP only VPN</li>
  /external/chromium_org/chromeos/network/onc/
onc_translator_shill_to_onc.cc 166 if (onc_field_name == ::onc::vpn::kSaveCredentials ||
187 // Shill wants all Provider/VPN fields to be strings. Translates these
212 shill::kProviderTypeProperty, kVPNTypeTable, ::onc::vpn::kType);
216 if (onc_object_->GetStringWithoutPathExpansion(::onc::vpn::kType,
218 if (vpn_type == ::onc::vpn::kTypeL2TP_IPsec) {
219 TranslateAndAddNestedObject(::onc::vpn::kIPsec);
220 TranslateAndAddNestedObject(::onc::vpn::kL2TP);
273 // Since Name is a read only field in Shill unless it's a VPN, it is copied
274 // here, but not when going the other direction (if it's not a VPN).
onc_validator.cc 566 using namespace ::onc::vpn;
570 if (FieldExistsAndHasNoValidValue(*result, ::onc::vpn::kType, kValidTypes))
573 bool all_required_exist = RequireField(*result, ::onc::vpn::kType);
575 result->GetStringWithoutPathExpansion(::onc::vpn::kType, &type);
597 *result, ::onc::vpn::kClientCertType, kValidCertTypes) ||
616 all_required_exist &= RequireField(*result, ::onc::vpn::kClientCertType);
636 result->GetStringWithoutPathExpansion(::onc::vpn::kClientCertType,
643 all_required_exist &= RequireField(*result, ::onc::vpn::kClientCertPattern);
645 all_required_exist &= RequireField(*result, ::onc::vpn::kClientCertRef);
664 *result, ::onc::vpn::kClientCertType, kValidCertTypes) |
    [all...]
onc_merger.h 26 // dispensable fields (e.g. in a network with type: "WiFi", the field "VPN" is
onc_normalizer.h 46 void NormalizeVPN(base::DictionaryValue* vpn);
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 166 VirtualNetwork* vpn = cros->FindVirtualNetworkByPath(service_path); local
167 if (vpn) {
169 if (vpn->connecting_or_connected()) {
176 if (vpn->NeedMoreInfoToConnect()) {
177 ShowNetworkConfigView(new NetworkConfigView(vpn));
180 cros->ConnectToVirtualNetwork(vpn);
187 LOG(WARNING) << "VPN does not exist to connect to: " << service_path;
659 // VPN only applies if there's a connected underlying network.
673 const VirtualNetwork* vpn = virtual_networks[i]; local
674 if (vpn->connecting())
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.css 48 #vpn-tab td {
52 #vpn-tab .option-value:not(input) {
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 69 private static final String EXTRA_PICK_LOCKDOWN = "android.net.vpn.PICK_LOCKDOWN";
107 inflater.inflate(R.menu.vpn, menu);
114 // Hide lockdown VPN on devices that require IMS authentication
240 mKeyStore.put(Credentials.VPN + profile.key, profile.encode(), KeyStore.UID_SELF,
309 mKeyStore.delete(Credentials.VPN + mSelectedKey);
457 * Dialog to configure always-on VPN.
549 final String[] keys = keyStore.saw(Credentials.VPN);
553 key, keyStore.get(Credentials.VPN + key));
  /build/target/product/
core_minimal.mk 42 ip-up-vpn \
  /external/chromium_org/components/onc/
onc_constants.cc 47 const char kVPN[] = "VPN";
55 const char kVPN[] = "VPN";
212 namespace vpn { namespace in namespace:onc
226 } // namespace vpn
  /prebuilts/sdk/10/
framework.aidl 42 interface android.net.vpn.IVpnService;
  /prebuilts/sdk/11/
framework.aidl 42 interface android.net.vpn.IVpnService;
  /prebuilts/sdk/12/
framework.aidl 42 interface android.net.vpn.IVpnService;
  /prebuilts/sdk/13/
framework.aidl 42 interface android.net.vpn.IVpnService;
  /prebuilts/sdk/6/
framework.aidl 37 interface android.net.vpn.IVpnService;
  /prebuilts/sdk/7/
framework.aidl 37 interface android.net.vpn.IVpnService;
  /prebuilts/sdk/8/
framework.aidl 39 interface android.net.vpn.IVpnService;
  /prebuilts/sdk/9/
framework.aidl 43 interface android.net.vpn.IVpnService;
  /external/openssh/
README.tun 4 OpenSSH contains support for VPN tunneling using the tun(4) network
123 could be wireless networks or administrative VPN tunnels.
127 Protocol (IPSec) for robust and permanent VPN connections and to
  /external/chromium_org/chromeos/network/
client_cert_resolver.cc 209 const base::DictionaryValue* vpn = NULL; local
210 network_config.GetDictionaryWithoutPathExpansion(network_config::kVPN, &vpn);
211 if (vpn) {
213 vpn->GetDictionaryWithoutPathExpansion(vpn::kOpenVPN, &openvpn);
218 vpn->GetDictionaryWithoutPathExpansion(vpn::kIPsec, &ipsec);
network_connection_handler.cc 73 NET_LOG_EVENT("VPN: PSK Required", service_path);
79 NET_LOG_EVENT("VPN: Passphrase Required", service_path);
82 NET_LOG_EVENT("VPN Is Configured", service_path);
273 // TODO(stevenjb): Shill needs to properly set Connectable for VPN.
363 // TODO(stevenjb): Shill needs to properly set Connectable for VPN.
368 // Get VPN provider type and host (required for configuration) and ensure
369 // that required VPN non-cert properties are set.
373 // VPN Provider values are read from the "Provider" dictionary, not the
474 // VPN may require a username, and/or passphrase to be set. (Check after
479 NET_LOG_USER("VPN Requires Credentials", service_path)
    [all...]
  /system/netd/
SecondaryTableController.cpp 77 // protect the legacy VPN daemons from routes.
78 // TODO: Remove this when legacy VPN's are removed.
87 "vpn",
394 // VPN iface is using source NAT.
429 // Without V6 NAT we can't do V6 over VPNs. If an IPv6 packet matches a VPN rule, then it
430 // will go out on the VPN interface, but without NAT, it will have the wrong source
434 // TODO: Make the VPN code refuse to install IPv6 routes until we don't need IPv6 NAT.
  /packages/apps/Settings/res/values-be/
arrays.xml 351 <item msgid="2732002039459078847">"PPTP VPN"</item>
352 <item msgid="3799752201662127867">"L2TP/IPSec VPN ? ??????? ?????????????? ???????"</item>
353 <item msgid="4725504331295252103">"L2TP/IPSec VPN ? ?????????????"</item>
354 <item msgid="7526551163264034377">"IPSec VPN ? ????????? ?????????????? ??????? ? ??????????????? Xauth"</item>
355 <item msgid="8064740940687465039">"IPSec VPN ? ????????????? ? ??????????????? Xauth"</item>
356 <item msgid="4946199982372391490">"IPSec VPN ? ????????????? ? ????????? ???????????????"</item>
  /packages/apps/Settings/res/values-ne-rNP/
arrays.xml 414 <item msgid="2732002039459078847">"PPTP VPN"</item>
415 <item msgid="3799752201662127867">"L2TP/IPSec VPN ????? ???????? ???????????"</item>
416 <item msgid="4725504331295252103">"???????????????? L2TP/IPSec VPN"</item>
417 <item msgid="7526551163264034377">"IPSec VPN ????? ???????? ?????? ? Xauth ????????????"</item>
418 <item msgid="8064740940687465039">"????????????? ? Xauth ???????????? ??? IPSec VPN"</item>
419 <item msgid="4946199982372391490">"????????????? ? ???????? ????????????? IPSec VPN"</item>

Completed in 513 milliseconds

1 2 3 4 56 7 8 91011>>