Searched refs:dns (Results 1 - 25 of 399) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Net-DNS/t/
H A D.resolv.conf2 domain t.net-dns.org
3 search net-dns.org lib.net-dns.org
/macosx-10.9.5/bind9-45.100/bind9/bin/named/include/named/
H A Dupdate.h36 #include <dns/types.h>
37 #include <dns/result.h>
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_addr.h14 #include <dns.h>
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dprintmsg.h23 #include <dns/message.h>
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/
H A DMakefile29 TARGETS = build/dns-sd build/dns-sd64
32 TARGETS = build/dns-sd
44 build/dns-sd: build dns-sd.c ClientCommon.c
47 build/dns-sd64: build dns-sd.c ClientCommon.c
50 # Note, we can make a 'fat' version of dns-sd using 'lipo', as shown below, but we
51 # don't, because we don't want or need a 'fat' version of dns-sd, because it will
54 # lipo -create dns
[all...]
/macosx-10.9.5/libresolv-54/
H A Ddns.h103 extern void dns_free(dns_handle_t dns);
108 extern void dns_set_debug(dns_handle_t dns, uint32_t flag);
113 extern uint32_t dns_search_list_domain_count(dns_handle_t dns);
121 extern char *dns_search_list_domain(dns_handle_t dns, uint32_t i);
128 extern int32_t dns_query(dns_handle_t dns, const char *name, uint32_t dnsclass, uint32_t dnstype, char *buf, uint32_t len, struct sockaddr *from, uint32_t *fromlen);
134 extern int32_t dns_search(dns_handle_t dns, const char *name, uint32_t dnsclass, uint32_t dnstype, char *buf, uint32_t len, struct sockaddr *from, uint32_t *fromlen);
H A Ddns_async.c33 #include <dns.h>
48 si_mod_t *dns; member in struct:__anon9568
67 si_module_release(my_ctx->dns);
114 si_module_release(my_ctx->dns);
121 si_mod_t *dns; local
130 dns = si_module_with_name("mdns");
131 if (dns == NULL) return NO_RECOVERY;
136 si_module_release(dns);
142 my_ctx->dns = dns;
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dzonekey.h23 /*! \file dns/zonekey.h */
27 #include <dns/types.h>
H A Dprivate.h22 #include <dns/types.h>
23 #include <dns/db.h>
H A Drriterator.h26 /*! \file dns/rriterator.h
40 #include <dns/db.h>
41 #include <dns/dbiterator.h>
42 #include <dns/fixedname.h>
43 #include <dns/name.h>
44 #include <dns/rdata.h>
45 #include <dns/rdataset.h>
46 #include <dns/rdatasetiter.h>
47 #include <dns/types.h>
H A Decdb.h32 #include <dns/types.h>
H A Dkeyflags.h23 /*! \file dns/keyflags.h */
27 #include <dns/types.h>
H A Dopcode.h23 /*! \file dns/opcode.h */
27 #include <dns/types.h>
H A Dkeydata.h26 /*! \file dns/keydata.h
38 #include <dns/types.h>
39 #include <dns/rdatastruct.h>
H A Dnsec.h23 /*! \file dns/nsec.h */
27 #include <dns/types.h>
28 #include <dns/name.h>
H A Dcallbacks.h23 /*! \file dns/callbacks.h */
31 #include <dns/types.h>
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dversion.c22 #include <dns/version.h>
H A Dzonekey.c28 #include <dns/keyvalues.h>
29 #include <dns/rdata.h>
30 #include <dns/rdatastruct.h>
31 #include <dns/types.h>
32 #include <dns/zonekey.h>
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dhostasyn.c77 struct Curl_dns_entry *dns = NULL; local
89 dns = Curl_cache_addr(data, ai,
92 if(!dns) {
106 conn->async.dns = dns;
128 if(conn->async.dns) {
129 conn->dns_entry = conn->async.dns;
130 conn->async.dns = NULL;
H A Dhostip.c263 if((data->set.dns_cache_timeout == -1) || !data->dns.hostcache)
274 hostcache_prune(data->dns.hostcache,
286 remove_entry_if_stale(struct SessionHandle *data, struct Curl_dns_entry *dns) argument
290 if(!dns || (data->set.dns_cache_timeout == -1) || !data->dns.hostcache)
298 if(!hostcache_timestamp_remove(&user,dns) )
301 Curl_hash_clean_with_criterium(data->dns.hostcache,
321 * address, we call this function to store the information in the dns
334 struct Curl_dns_entry *dns; local
345 dns
402 struct Curl_dns_entry *dns = NULL; local
685 Curl_resolv_unlock(struct SessionHandle *data, struct Curl_dns_entry *dns) argument
769 struct Curl_dns_entry *dns; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/win32/
H A Dversion.c22 #include <dns/version.h>
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/dns/
H A DpkgIndex.tcl6 package ifneeded dns 1.3.3 [list source [file join $dir dns.tcl]]
H A Dresolv.tcl6 # A super module on top of the dns module for host name resolution.
22 package require dns 1.0; # tcllib 1.3
34 dns ""
114 set R(dns) $hostname
116 set R(dns) "127.0.0.1"
120 if {$R(dns) == ""} {
121 set R(dns) $R(dnsdefault)
130 return $R(dns)
138 # the basic services of the dns library.
166 if { $R(dns)
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/
H A Drdatastructpre.h26 #include <dns/name.h>
27 #include <dns/types.h>
/macosx-10.9.5/bind9-45.100/bind9/bin/tools/
H A Dnamed-journalprint.c27 #include <dns/journal.h>
28 #include <dns/log.h>
29 #include <dns/result.h>
30 #include <dns/types.h>

Completed in 173 milliseconds

1234567891011>>