Searched refs:interfaceType (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/configd-699.1.5/Plugins/KernelEventMonitor/
H A Dev_extra.m44 CFStringRef interfaceType;
60 interfaceType = SCNetworkInterfaceGetInterfaceType(interface);
67 } else if (CFEqual(interfaceType, kSCNetworkInterfaceTypeWWAN)) {
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFPlugIn.h62 CFUUIDRef pluginType, CFUUIDRef interfaceType,
H A DIOCFPlugIn.c220 CFUUIDRef pluginType, CFUUIDRef interfaceType,
267 (*iunknown)->QueryInterface(iunknown, CFUUIDGetUUIDBytes(interfaceType),
347 IOCreatePlugInInterfaces(CFUUIDRef pluginType, CFUUIDRef interfaceType);
219 IOCreatePlugInInterfaceForService(io_service_t service, CFUUIDRef pluginType, CFUUIDRef interfaceType, IOCFPlugInInterface *** theInterface, SInt32 * theScore) argument
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConfigurationPrivate.h107 CFStringRef interfaceType; local
114 interfaceType = SCNetworkInterfaceGetInterfaceType((SCNetworkInterfaceRef)obj);
115 if (!CFEqual(interfaceType, kSCNetworkInterfaceTypeBond)) {
126 CFStringRef interfaceType; local
133 interfaceType = SCNetworkInterfaceGetInterfaceType((SCNetworkInterfaceRef)obj);
134 if (!CFEqual(interfaceType, kSCNetworkInterfaceTypeBridge)) {
145 CFStringRef interfaceType; local
152 interfaceType = SCNetworkInterfaceGetInterfaceType((SCNetworkInterfaceRef)obj);
153 if (!CFEqual(interfaceType, kSCNetworkInterfaceTypeVLAN)) {
H A DSCNetworkConfigurationInternal.c244 __copyInterfaceTemplate(CFStringRef interfaceType, argument
263 interface = CFDictionaryGetValue(interfaces, interfaceType);
275 interfaceType,
294 __copyProtocolTemplate(CFStringRef interfaceType, argument
315 interface = CFDictionaryGetValue(protocols, interfaceType);
327 interfaceType,
H A DSCNetworkConnectionPrivate.c731 CFStringRef interfaceType = (CFStringRef)context2; local
740 *dict = CFDictionaryGetValue(current, interfaceType);
801 CFStringRef interfaceType = (CFStringRef)context2; local
815 CFDictionarySetValue(newDict, interfaceType, newOptions);
820 if (CFEqual(interfaceType, kSCEntNetPPP)) {
835 CFDictionarySetValue(newDict, interfaceType, newPPPEntity);
841 CFDictionaryRemoveValue(newDict, interfaceType);
1494 CFStringRef interfaceType; local
1496 interfaceType = SCNetworkInterfaceGetInterfaceType(interface);
1497 if (!CFEqual(interfaceType, kSCNetworkInterfaceTypePP
1505 CFStringRef interfaceType; local
1533 CFStringRef interfaceType; local
1544 CFStringRef interfaceType; local
[all...]
H A DSCNetworkService.c323 CFStringRef interfaceType; local
326 interfaceType = SCNetworkInterfaceGetInterfaceType(servicePrivate->interface);
332 template = __copyProtocolTemplate(interfaceType, childInterfaceType, protocolType);
855 CFStringRef interfaceType; local
857 interfaceType = SCNetworkInterfaceGetInterfaceType(interface);
863 config = __copyInterfaceTemplate(interfaceType, childInterfaceType);
865 if (CFEqual(interfaceType, kSCNetworkInterfaceTypeBluetooth) ||
866 CFEqual(interfaceType, kSCNetworkInterfaceTypeIrDA ) ||
867 CFEqual(interfaceType, kSCNetworkInterfaceTypeModem ) ||
868 CFEqual(interfaceType, kSCNetworkInterfaceTypeSeria
1101 CFStringRef interfaceType; local
1700 CFStringRef interfaceType; local
2048 CFStringRef interfaceType; local
[all...]
H A DSCNetworkConfigurationInternal.h467 __copyInterfaceTemplate (CFStringRef interfaceType,
471 __copyProtocolTemplate (CFStringRef interfaceType,
H A DSCNetworkInterface.c2808 CFStringRef interfaceType; local
2810 interfaceType = SCNetworkInterfaceGetInterfaceType(interface);
2811 if (CFEqual(interfaceType, kSCNetworkInterfaceTypePPP)) {
2816 interfaceType = SCNetworkInterfaceGetInterfaceType(child);
2817 if (CFEqual(interfaceType, kSCNetworkInterfaceTypeL2TP)) {
3547 CFNumberRef interfaceType = NULL; local
3569 interfaceType = _SCNetworkInterfaceGetIOInterfaceType(interface);
3570 if (isA_CFNumber(interfaceType) == NULL) {
3610 CFDictionaryAddValue(interface_entity, CFSTR(kSCNetworkInterfaceIOInterfaceType), interfaceType);
4742 SCNetworkInterfaceCreateWithInterface(SCNetworkInterfaceRef child, CFStringRef interfaceType) argument
5844 CFStringRef interfaceType; local
5856 CFStringRef interfaceType; local
5881 CFStringRef interfaceType; local
5893 CFStringRef interfaceType; local
7186 CFStringRef interfaceType; local
[all...]
H A DLinkConfiguration.c878 CFStringRef interfaceType; local
880 interfaceType = SCNetworkInterfaceGetInterfaceType(interface);
881 if (CFEqual(interfaceType, kSCNetworkInterfaceTypeEthernet) &&
H A DSCNetworkConnection.c177 CFStringRef interfaceType = CFDictionaryGetValue(interfaceDict, kSCPropNetInterfaceType); local
178 if (isA_CFString(interfaceType)) {
179 if (CFEqual(interfaceType, kSCNetworkInterfaceTypePPP)) {
183 result = (CFEqual(interfaceType, kSCNetworkInterfaceTypeVPN) || CFEqual(interfaceType, kSCNetworkInterfaceTypeIPSec));
1192 CFStringRef interfaceType; local
1201 interfaceType = SCNetworkInterfaceGetInterfaceType(interface);
1202 if (CFEqual(interfaceType, kSCNetworkInterfaceTypePPP) ||
1203 CFEqual(interfaceType, kSCNetworkInterfaceTypeVPN) ||
1204 CFEqual(interfaceType, kSCNetworkInterfaceTypeIPSe
[all...]
H A DSCNetworkConfiguration.h355 @param interfaceType The type of SCNetworkInterface to be layered on
362 CFStringRef interfaceType) __OSX_AVAILABLE_STARTING(__MAC_10_4,__IPHONE_2_0/*SPI*/);
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dnet_interface.c128 CFStringRef interfaceType; local
135 interfaceType = SCNetworkInterfaceGetInterfaceType(net_interface);
136 if (!CFEqual(interfaceType, kSCNetworkInterfaceTypeBond)) {
159 CFStringRef interfaceType; local
166 interfaceType = SCNetworkInterfaceGetInterfaceType(net_interface);
167 if (!CFEqual(interfaceType, kSCNetworkInterfaceTypeBridge)) {
189 CFStringRef interfaceType; local
196 interfaceType = SCNetworkInterfaceGetInterfaceType(net_interface);
197 if (!CFEqual(interfaceType, kSCNetworkInterfaceTypeVLAN)) {
280 CFStringRef interfaceType; local
353 CFStringRef interfaceType; local
2298 CFStringRef interfaceType; local
[all...]
/macosx-10.10/ppp-786.1.1/Controller/
H A Dscnc_utils.h79 Boolean UpdatePasswordPrefs(CFStringRef serviceID, CFStringRef interfaceType, SCNetworkInterfacePasswordType passwordType,
H A Dscnc_utils.c1015 Boolean UpdatePasswordPrefs(CFStringRef serviceID, CFStringRef interfaceType, SCNetworkInterfacePasswordType passwordType, argument
1047 if ((interface == NULL) || !CFEqual(SCNetworkInterfaceGetInterfaceType(interface), interfaceType)) {
1048 SCLog(TRUE, LOG_ERR, CFSTR("%@: interface not %@"), logTitle, interfaceType);
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-sita.c571 bpf_u_int32 interfaceType; local
611 interfaceType = ntohl(*(bpf_u_int32 *)ptr);
686 newname = translate_IOP_to_pcap_name(u, iff->name, interfaceType); /* add a translation entry and get a point to the mangled name */
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c1247 CFStringRef interfaceType; local
1250 interfaceType = SCNetworkInterfaceGetInterfaceType(interface);
1255 if (CFEqual(interfaceType, kSCNetworkInterfaceTypeVPN) &&

Completed in 224 milliseconds