Searched refs:kSCEntNetL2TP (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A DRASSchemaDefinitions.h56 #define kRASEntL2TP kSCEntNetL2TP /* CFSTR("L2TP") CFDictionary */
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_manager.c897 string = get_cf_option(kSCEntNetL2TP, kSCPropNetL2TPTransport, CFStringGetTypeID(), options, service, 0);
904 get_str_option(serv, kSCEntNetL2TP, kSCPropNetL2TPIPSecSharedSecret, options, service, sopt, sizeof(sopt), &lval, empty_str);
908 string = get_cf_option(kSCEntNetL2TP, kSCPropNetL2TPIPSecSharedSecretEncryption, CFStringGetTypeID(), options, service, 0);
921 string = get_cf_option(kSCEntNetL2TP, kSCPropNetIPSecSharedSecretEncryption, CFStringGetTypeID(), options, service, 0);
931 get_int_option(serv, kSCEntNetL2TP, CFSTR("UDPPort"), options, service, &lval, 0 /* Dynamic port */);
2468 dict = CFDictionaryGetValue(mdict, kSCEntNetL2TP);
2473 CFDictionarySetValue(mdict, kSCEntNetL2TP, mdict1);
H A Dppp_utils.c124 kSCEntNetL2TP,
H A Dscnc_utils.c238 kSCEntNetL2TP,
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCSchemaDefinitions.h73 * kSCEntNetL2TP "L2TP" CFDictionary
333 * kSCEntNetL2TP Entity Keys
676 @const kSCEntNetL2TP
679 extern const CFStringRef kSCEntNetL2TP;
1980 @group kSCEntNetL2TP Entity Keys
2532 SC_SCHEMA_DECLARATION(kSCEntNetL2TP, __OSX_AVAILABLE_STARTING(__MAC_10_3,__IPHONE_2_0/*SPI*/))
2533 #define kSCEntNetL2TP \ macro
2534 SC_SCHEMA_KV(kSCEntNetL2TP \
H A DSCSchemaDefinitions.c43 const CFStringRef kSCEntNetL2TP = CFSTR("L2TP"); variable
H A DSCNetworkConnection.c1584 dict = CFDictionaryGetValue(mdict, kSCEntNetL2TP);
1591 CFDictionarySetValue(mdict, kSCEntNetL2TP, new_dict);
H A DSCNetworkInterface.c4177 parentPrivate->entity_type = kSCEntNetL2TP; // interface config goes into "L2TP"
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scschemadefinitions.py63 self.failUnlessIsInstance(kSCEntNetL2TP, unicode)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scschemadefinitions.py63 self.assertIsInstance(kSCEntNetL2TP, unicode)
/macosx-10.9.5/configd-596.15/Plugins/Logger/
H A Dlogger.c949 add_NetworkChange_keys(keys, patterns, kSCEntNetL2TP, FALSE, TRUE, TRUE);

Completed in 229 milliseconds