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

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dhostip.c340 struct Curl_dns_entry *dns2; local
363 dns2 = Curl_hash_add(data->dns.hostcache, entry_id, entry_len+1,
365 if(!dns2) {
371 dns = dns2;
/macosx-10.10/configd-699.1.5/Plugins/IPMonitor/
H A Ddns-configuration.c536 CFDictionaryRef dns2 = (CFDictionaryRef)val2; local
548 num2 = CFDictionaryGetValue(dns2, kSCPropNetDNSSearchOrder);
557 CFDictionaryGetValueIfPresent(dns2, DNS_CONFIGURATION_ORDER_KEY, (const void **)&num2) &&
1294 CFDictionaryRef dns2 = (CFDictionaryRef)val2; local
1309 domain2 = CFDictionaryGetValue(dns2, kSCPropNetDNSDomainName);
1318 scoped2 = isScopedConfiguration(dns2);
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dpppd.h958 int sifdns(u_int32_t dns1, u_int32_t dns2);
H A Dsys-MacOSX.c2982 int sifdns(u_int32_t dns1, u_int32_t dns2) argument
3005 if (dns2 && (dns2!=dns1))
3006 str2 = CFStringCreateWithFormat(NULL, NULL, CFSTR(IP_FORMAT), IP_LIST(&dns2));

Completed in 204 milliseconds