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

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c261 static dns_configuration_t *dns_configuration = NULL; variable
2580 if (dns_configuration != NULL) {
2601 if (dns_configuration->refs == 0) {
2602 dns_configuration_free(dns_configuration->config);
2603 CFAllocatorDeallocate(NULL, dns_configuration);
2605 dns_configuration = NULL;
2609 if (dns_configuration == NULL) {
2614 dns_configuration = CFAllocatorAllocate(NULL, sizeof(dns_configuration_t), 0);
2615 dns_configuration->config = new_config;
2616 dns_configuration
[all...]

Completed in 197 milliseconds