HomeSort by relevance Sort by last modified time
    Searched refs:kTypeL2TP_IPsec (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/onc/
onc_constants.cc 281 const char kTypeL2TP_IPsec[] = "L2TP-IPsec";
onc_constants.h 299 ONC_EXPORT extern const char kTypeL2TP_IPsec[];
  /external/chromium_org/chromeos/network/onc/
onc_normalizer.cc 211 RemoveEntryUnless(vpn, kIPsec, type == kIPsec || type == kTypeL2TP_IPsec);
212 RemoveEntryUnless(vpn, kL2TP, type == kTypeL2TP_IPsec);
onc_validator.cc 595 const char* const kValidTypes[] = {kIPsec, kTypeL2TP_IPsec, kOpenVPN};
607 } else if (type == kTypeL2TP_IPsec) {
onc_translation_tables.cc 283 { ::onc::vpn::kTypeL2TP_IPsec, shill::kProviderL2tpIpsec},
onc_translator_shill_to_onc.cc 297 if (onc_provider_type == ::onc::vpn::kTypeL2TP_IPsec) {

Completed in 43 milliseconds