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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c4425 CFDictionaryRef found_trigger = NULL; local
4477 found_trigger = __SCNetworkConnectionCopyTriggerWithService(configuration, service_id);
4478 if (found_trigger != NULL) {
4479 CFNumberRef status_num = CFDictionaryGetValue(found_trigger, kSCNetworkConnectionOnDemandStatus);
4487 if (__SCNetworkConnectionShouldIgnoreTrigger(found_trigger) &&
4517 if (found_trigger != NULL) {
4518 CFRelease(found_trigger);
4519 found_trigger = NULL;
4528 found_trigger = __SCNetworkConnectionCopyMatchingTriggerWithName(configuration, host_name, connectionPrivate->client_pid, is_retry, &match_info, &triggerNow, &requiredProbe);
4529 if (found_trigger !
[all...]

Completed in 191 milliseconds