/external/ipsec-tools/src/include-glibc/netinet/ |
ipsec.h | 1 /* $NetBSD: ipsec.h,v 1.4 2006/09/09 16:22:09 manu Exp $ */ 4 #include <linux/ipsec.h>
|
/external/ipsec-tools/ |
config.h | 17 #define PATH_IPSEC_H <netinet/ipsec.h>
|
/external/chromium_org/chromeos/network/onc/ |
onc_normalizer.cc | 120 void Normalizer::NormalizeIPsec(base::DictionaryValue* ipsec) { 121 using namespace ipsec; 124 ipsec->GetStringWithoutPathExpansion(kAuthenticationType, &auth_type); 125 RemoveEntryUnless(ipsec, vpn::kClientCertType, auth_type == kCert); 126 RemoveEntryUnless(ipsec, kServerCARef, auth_type == kCert); 127 RemoveEntryUnless(ipsec, kPSK, auth_type == kPSK); 128 RemoveEntryUnless(ipsec, vpn::kSaveCredentials, auth_type == kPSK); 131 ipsec->GetStringWithoutPathExpansion(vpn::kClientCertType, &clientcert_type); 132 RemoveEntryUnless(ipsec, vpn::kClientCertPattern, 134 RemoveEntryUnless(ipsec, vpn::kClientCertRef [all...] |
onc_normalizer.h | 42 void NormalizeIPsec(base::DictionaryValue* ipsec);
|
onc_signature.cc | 72 { ipsec::kAuthenticationType, &kStringSignature }, 76 { ipsec::kGroup, &kStringSignature }, 77 { ipsec::kIKEVersion, &kIntegerSignature }, 78 { ipsec::kPSK, &kStringSignature }, 80 { ipsec::kServerCAPEMs, &kStringSignature }, 81 { ipsec::kServerCARef, &kStringSignature }, 83 // { ipsec::kEAP, &kEAPSignature }, 84 // { ipsec::kXAUTH, &kXAUTHSignature }, 389 { &kIPsecSignature, onc::ipsec::kPSK },
|
onc_translation_tables.cc | 43 // { ipsec::kAuthenticationType, flimflam::kL2tpIpsecAuthenticationType }, 44 { ipsec::kGroup, shill::kL2tpIpsecTunnelGroupProperty }, 46 // { ipsec::kIKEVersion, flimflam::kL2tpIpsecIkeVersion }, 47 { ipsec::kPSK, flimflam::kL2tpIpsecPskProperty }, 49 { ipsec::kServerCAPEMs, shill::kL2tpIpsecCaCertPemProperty }, 56 // support separate settings for ipsec and l2tp.
|
onc_constants.cc | 207 const char kIPsec[] = "IPsec"; 212 const char kTypeL2TP_IPsec[] = "L2TP-IPsec"; 217 namespace ipsec { namespace in namespace:chromeos::onc 227 } // namespace ipsec
|
onc_constants.h | 238 namespace ipsec { namespace in namespace:chromeos::onc 248 } // namespace ipsec
|
onc_utils.cc | 543 if (!ResolveSingleCertRefToList(certs_by_guid, ipsec::kServerCARef, 544 ipsec::kServerCAPEMs, onc_object)) {
|
onc_validator.cc | 583 using namespace onc::ipsec;
|
/external/chromium_org/chromeos/network/ |
network_ui_data.cc | 174 void TranslateIPsec(const base::DictionaryValue& ipsec, 177 if (ipsec.GetStringWithoutPathExpansion(onc::vpn::kClientCertType,
|
/external/ipsec-tools/src/libipsec/ |
test-policy.c | 40 #include <netinet/ipsec.h> 55 { 0, "out ipsec" }, 57 { 1, "in ipsec must_error" }, 58 { 1, "out ipsec esp/must_error" }, 63 { 1, "out ipsec esp" }, 64 { 0, "in ipsec ah/transport" }, 65 { 1, "in ipsec ah/tunnel" }, 66 { 0, "out ipsec ah/transport/" }, 67 { 1, "out ipsec ah/tunnel/" }, 68 { 0, "in ipsec esp / transport / 10.0.0.1-10.0.0.2" } [all...] |
/external/chromium_org/chrome/browser/chromeos/options/ |
vpn_config_view.cc | 761 ParseVPNUIProperty(vpn, type_dict_name, onc::ipsec::kServerCARef, 763 ParseVPNUIProperty(vpn, type_dict_name, onc::ipsec::kPSK, 765 ParseVPNUIProperty(vpn, type_dict_name, onc::ipsec::kGroup, [all...] |
/external/chromium_org/third_party/usrsctp/overrides/usrsctplib/netinet/ |
sctp_os_userspace.h | 489 #ifdef IPSEC 490 #include <netipsec/ipsec.h> 492 #endif /* IPSEC */ 498 #ifdef IPSEC [all...] |