Home
last modified time | relevance | path

Searched refs:dns_query (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/net/dns_resolver/
Ddns_query.c69 int dns_query(const char *type, const char *name, size_t namelen, in dns_query() function
166 EXPORT_SYMBOL(dns_query);
DMakefile7 dns_resolver-y := dns_key.o dns_query.o
/linux-4.4.14/include/linux/
Ddns_resolver.h29 extern int dns_query(const char *type, const char *name, size_t namelen,
/linux-4.4.14/fs/cifs/
Ddns_resolve.c80 rc = dns_query(NULL, hostname, len, NULL, ip_addr, NULL); in dns_resolve_server_name_to_ip()
/linux-4.4.14/Documentation/networking/
Ddns_resolver.txt73 (1) int dns_query(const char *type, const char *name, size_t namelen,
125 When dns_query() is invoked, it calls request_key() to search the local
143 dns_query() returns a copy of the value attached to the key, or an error if
/linux-4.4.14/fs/afs/
Dcell.c73 ret = dns_query("afsdb", name, namelen, "ipv4", &dvllist, NULL); in afs_cell_alloc()
/linux-4.4.14/fs/nfs/
Ddns_resolve.c24 ip_len = dns_query(NULL, name, namelen, NULL, &ip_addr, NULL); in nfs_dns_resolve_name()
/linux-4.4.14/net/ceph/
Dmessenger.c1872 ip_len = dns_query(NULL, name, end - name, NULL, &ip_addr, NULL); in ceph_dns_resolve_name()