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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c3851 CFArrayRef matching_interfaces = NULL; local
3915 matching_interfaces = findMatchingInterfaces(matching, processNetworkInterface, kSCNetworkInterfaceHiddenInterfaceKey);
3941 matching_interfaces = findMatchingInterfaces(matching, processSerialInterface, kSCNetworkInterfaceHiddenPortKey);
3948 n = (matching_interfaces != NULL) ? CFArrayGetCount(matching_interfaces) : 0;
3955 scanPrivate = (SCNetworkInterfacePrivateRef)CFArrayGetValueAtIndex(matching_interfaces, i);
3964 if (matching_interfaces != NULL) {
3965 CFRelease(matching_interfaces);
3975 matching_interfaces = findMatchingInterfaces(matching, processSerialInterface, kSCNetworkInterfaceHiddenPortKey);
4012 if (matching_interfaces !
[all...]

Completed in 114 milliseconds