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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c250 static CFMutableSetRef vendor_interface_types = NULL; variable
4275 if (vendor_interface_types == NULL) {
4276 vendor_interface_types = CFSetCreateMutable(NULL, 0, &kCFTypeSetCallBacks);
4278 CFSetAddValue(vendor_interface_types, ifType);
4280 interfacePrivate->interface_type = CFSetGetValue(vendor_interface_types, ifType);
4884 if (vendor_interface_types == NULL) {
4885 vendor_interface_types = CFSetCreateMutable(NULL, 0, &kCFTypeSetCallBacks);
4887 CFSetAddValue(vendor_interface_types, interfaceType);
4889 parentPrivate->interface_type = CFSetGetValue(vendor_interface_types, interfaceType);

Completed in 125 milliseconds