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

/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/reachability/
H A DSCNetworkReachabilityServer_client.c384 add_proc_name(xpc_object_t reqdict) argument
393 xpc_dictionary_set_string(reqdict, REACH_CLIENT_PROC_NAME, name);
408 xpc_object_t reqdict; local
413 reqdict = xpc_dictionary_create(NULL, NULL, 0);
416 xpc_dictionary_set_int64(reqdict, REACH_REQUEST, REACH_REQUEST_CREATE);
420 xpc_dictionary_set_string(reqdict,
425 xpc_dictionary_set_data(reqdict,
431 xpc_dictionary_set_data(reqdict,
437 xpc_dictionary_set_int64(reqdict,
440 xpc_dictionary_set_string(reqdict,
510 xpc_object_t reqdict; local
577 xpc_object_t reqdict; local
739 xpc_object_t reqdict; local
848 xpc_object_t reqdict; local
1012 xpc_object_t reqdict; local
[all...]
/macosx-10.9.5/configd-596.15/dnsinfo/
H A Ddnsinfo_copy.c358 xpc_object_t reqdict; local
395 reqdict = xpc_dictionary_create(NULL, NULL, 0);
399 xpc_dictionary_set_string(reqdict, DNSINFO_PROC_NAME, proc_name);
403 xpc_dictionary_set_int64(reqdict, DNSINFO_REQUEST, DNSINFO_REQUEST_COPY);
406 reply = libSC_send_message_with_reply_sync(dnsinfo_client, reqdict);
407 xpc_release(reqdict);
467 xpc_object_t reqdict; local
483 reqdict = xpc_dictionary_create(NULL, NULL, 0);
486 xpc_dictionary_set_int64(reqdict, DNSINFO_REQUEST, DNSINFO_REQUEST_ACKNOWLEDGE);
489 xpc_dictionary_set_uint64(reqdict, DNSINFO_GENERATIO
[all...]
/macosx-10.9.5/configd-596.15/nwi/
H A Dnetwork_information.c197 xpc_object_t reqdict; local
234 reqdict = xpc_dictionary_create(NULL, NULL, 0);
238 xpc_dictionary_set_string(reqdict, NWI_PROC_NAME, proc_name);
242 xpc_dictionary_set_int64(reqdict, NWI_REQUEST, NWI_REQUEST_COPY);
245 reply = libSC_send_message_with_reply_sync(nwi_client, reqdict);
246 xpc_release(reqdict);
339 xpc_object_t reqdict; local
355 reqdict = xpc_dictionary_create(NULL, NULL, 0);
358 xpc_dictionary_set_int64(reqdict, NWI_REQUEST, NWI_REQUEST_ACKNOWLEDGE);
361 xpc_dictionary_set_uint64(reqdict, NWI_GENERATIO
[all...]

Completed in 181 milliseconds