OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTypeL2TP_IPsec
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/onc/
onc_constants.cc
244
const char
kTypeL2TP_IPsec
[] = "L2TP-IPsec";
onc_constants.h
262
ONC_EXPORT extern const char
kTypeL2TP_IPsec
[];
/external/chromium_org/chromeos/network/onc/
onc_normalizer.cc
205
RemoveEntryUnless(vpn, kIPsec, type == kIPsec || type ==
kTypeL2TP_IPsec
);
206
RemoveEntryUnless(vpn, kL2TP, type ==
kTypeL2TP_IPsec
);
onc_translation_tables.cc
225
{ ::onc::vpn::
kTypeL2TP_IPsec
, shill::kProviderL2tpIpsec},
onc_translator_shill_to_onc.cc
231
if (vpn_type == ::onc::vpn::
kTypeL2TP_IPsec
) {
onc_validator.cc
573
{ kIPsec,
kTypeL2TP_IPsec
, kOpenVPN, NULL };
584
} else if (type ==
kTypeL2TP_IPsec
) {
Completed in 1933 milliseconds