Searched refs:kSCEntNetInterface (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_getoption.c231 if ((dict = CFDictionaryGetValue(setup, kSCEntNetInterface))
251 get_str_option(serv, kSCEntNetInterface, kSCPropNetInterfaceDeviceName, opts, setup, popt, pdatasiz, plen,
H A Dppp_utils.c119 kSCEntNetInterface,
H A Dppp_manager.c307 interface = copyEntity(gDynamicStore, kSCDynamicStoreDomainSetup, serv->serviceID, kSCEntNetInterface);
835 get_str_option(serv, kSCEntNetInterface, kSCPropNetInterfaceHardware, options, 0, sopt, sizeof(sopt), &lval, empty_str);
H A Dscnc_main.c486 kSCEntNetInterface,
1398 interface = copyEntity(gDynamicStore, kSCDynamicStoreDomainSetup, serviceID, kSCEntNetInterface);
H A Dscnc_utils.c232 kSCEntNetInterface,
2917 kSCEntNetInterface);
H A Dppp_socket_server.c1223 err = set_str_opt(opts, kSCEntNetInterface, kSCPropNetInterfaceDeviceName, (char*)optstr, len, 0);
H A Dipsec_manager.c2501 kSCEntNetInterface);
2542 if (CFStringHasSuffix(s_key, kSCEntNetInterface)) {
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A DRASSchemaDefinitions.h53 #define kRASEntInterface kSCEntNetInterface /* CFSTR("Interface") CFDictionary */
H A Dpppoptions.c750 kSCCompNetwork, kSCCompService, ".*", kSCEntNetInterface);
766 if (CFStringFindAndReplace(mutable_key, kSCEntNetInterface, kSCEntNetPPP,
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkService.c468 entity = CFDictionaryGetValue(vals[i], kSCEntNetInterface);
474 kSCEntNetInterface,
557 interface = CFDictionaryGetValue(protocols, kSCEntNetInterface);
565 CFSetAddValue(interface_entity_types, kSCEntNetInterface);
603 kSCEntNetInterface); // entity
776 kSCEntNetInterface); // entity
1047 kSCEntNetInterface); // entity
H A DSCSchemaDefinitions.h69 * kSCEntNetInterface "Interface" CFDictionary
121 * kSCEntNetInterface Entity Keys
652 @const kSCEntNetInterface
655 extern const CFStringRef kSCEntNetInterface;
1032 @group kSCEntNetInterface Entity Keys
2508 SC_SCHEMA_DECLARATION(kSCEntNetInterface, __OSX_AVAILABLE_STARTING(__MAC_10_1,__IPHONE_2_0/*SPI*/))
2509 #define kSCEntNetInterface \ macro
2510 SC_SCHEMA_KV(kSCEntNetInterface \
H A DSCSchemaDefinitions.c40 const CFStringRef kSCEntNetInterface = CFSTR("Interface"); variable
H A DSCNetworkConnection.c174 kSCEntNetInterface);
4701 kSCEntNetInterface);
4825 kSCEntNetInterface);
H A DSCNetworkInterface.c3252 pattern = SCDynamicStoreKeyCreateNetworkServiceEntity(NULL, kSCDynamicStoreDomainSetup, kSCCompAnyRegex, kSCEntNetInterface);
3289 interfaceKey = SCDynamicStoreKeyCreateNetworkServiceEntity(NULL, kSCDynamicStoreDomainSetup, serviceID, kSCEntNetInterface);
5254 kSCEntNetInterface);
H A DSCNetworkReachability.c625 kSCEntNetInterface);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scschemadefinitions.py60 self.failUnlessIsInstance(kSCEntNetInterface, unicode)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scschemadefinitions.py60 self.assertIsInstance(kSCEntNetInterface, unicode)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/PyObjCTest/
H A Dtest_scschemadefinitions.py65 self.assertIsInstance(kSCEntNetInterface, unicode)
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dutils.c1338 kSCEntNetInterface);
1379 if (CFStringHasSuffix(s_key, kSCEntNetInterface)) {
H A Dsys-MacOSX.c815 publish_dictstrentry(kSCEntNetInterface, CFSTR("ServerID"), serverid, kCFStringEncodingMacRoman);
3801 unpublish_dict(kSCEntNetInterface);
/macosx-10.10/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.c1795 kSCEntNetInterface);
2164 kSCEntNetInterface);
/macosx-10.10/configd-699.1.5/Plugins/IPMonitor/
H A Dip_plugin.c5318 &kSCEntNetInterface,
6061 kSCEntNetInterface);
7463 if (CFStringHasSuffix(change, kSCEntNetInterface)) {
8068 pattern = setup_service_key(kSCCompAnyRegex, kSCEntNetInterface);
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c5351 kSCEntNetInterface);
5391 kSCEntNetInterface);
5998 kSCEntNetInterface);
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c7964 pattern = SCDynamicStoreKeyCreateNetworkServiceEntity(NULL, kSCDynamicStoreDomainSetup, kSCCompAnyRegex, kSCEntNetInterface);
8013 if (!CFStringHasSuffix(keys[i], kSCEntNetInterface)) continue;

Completed in 849 milliseconds