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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c3083 static int onDemand_notify_token = -1; variable
3255 if (onDemand_notify_token == -1) {
3256 status = notify_register_check(kSCNETWORKCONNECTION_ONDEMAND_NOTIFY_KEY, &onDemand_notify_token);
3259 onDemand_notify_token = -1;
3263 if (onDemand_notify_token != -1) {
3264 status = notify_check(onDemand_notify_token, &changed);
3267 (void)notify_cancel(onDemand_notify_token);
3268 onDemand_notify_token = -1;
3272 if (changed && (onDemand_notify_token != -1)) {
3273 status = notify_get_state(onDemand_notify_token,
[all...]

Completed in 120 milliseconds