Searched refs:dns_query (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/dns_resolver/ |
D | dns_query.c | 69 int dns_query(const char *type, const char *name, size_t namelen, in dns_query() function 167 EXPORT_SYMBOL(dns_query);
|
D | Makefile | 7 dns_resolver-y := dns_key.o dns_query.o
|
/linux-4.1.27/include/linux/ |
D | dns_resolver.h | 29 extern int dns_query(const char *type, const char *name, size_t namelen,
|
/linux-4.1.27/fs/cifs/ |
D | dns_resolve.c | 80 rc = dns_query(NULL, hostname, len, NULL, ip_addr, NULL); in dns_resolve_server_name_to_ip()
|
/linux-4.1.27/Documentation/networking/ |
D | dns_resolver.txt | 73 (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.1.27/fs/afs/ |
D | cell.c | 73 ret = dns_query("afsdb", name, namelen, "ipv4", &dvllist, NULL); in afs_cell_alloc()
|
/linux-4.1.27/fs/nfs/ |
D | dns_resolve.c | 24 ip_len = dns_query(NULL, name, namelen, NULL, &ip_addr, NULL); in nfs_dns_resolve_name()
|
/linux-4.1.27/net/ceph/ |
D | messenger.c | 1859 ip_len = dns_query(NULL, name, end - name, NULL, &ip_addr, NULL); in ceph_dns_resolve_name()
|