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

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachabilityInternal.h144 Boolean onDemandBypass; member in struct:__anon6884
H A DSCNetworkReachability.c1504 if (targetPrivate->onDemandBypass) {
2095 CFBooleanRef onDemandBypass; local
2142 onDemandBypass = CFDictionaryGetValue(options, kSCNetworkReachabilityOptionConnectionOnDemandBypass);
2143 if ((onDemandBypass != NULL) && !isA_CFBoolean(onDemandBypass)) {
2215 if (onDemandBypass != NULL) {
2216 targetPrivate->onDemandBypass = CFBooleanGetValue(onDemandBypass);
2295 clonePrivate->onDemandBypass = targetPrivate->onDemandBypass;
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/reachability/
H A DSCNetworkReachabilityServer_server.c964 bool onDemandBypass = FALSE; local
1068 onDemandBypass = xpc_dictionary_get_bool(request, REACH_TARGET_ONDEMAND_BYPASS);
1069 if (onDemandBypass) {
1071 CC_SHA1_Update(&ctx, &onDemandBypass, sizeof(onDemandBypass));
1126 if (onDemandBypass) {
H A DSCNetworkReachabilityServer_client.c463 if (targetPrivate->onDemandBypass) {

Completed in 179 milliseconds