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

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c218 static CFMutableSetRef hn_targets = NULL; variable
5030 if (hn_targets != NULL) {
5031 watchers = CFSetCreateCopy(NULL, hn_targets);
5726 hn_targets = CFSetCreateMutable(NULL, 0, &kCFTypeSetCallBacks);
5770 CFSetAddValue(hn_targets, target);
6018 CFSetRemoveValue(hn_targets, target);
6024 if (CFSetGetCount(hn_targets) > 0) {
6032 CFRelease(hn_targets);
6033 hn_targets = NULL;

Completed in 131 milliseconds