Home
last modified time | relevance | path

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

/linux/net/dns_resolver/
H A Ddns_query.c51 * dns_query - Query the DNS
74 int dns_query(struct net *net, in dns_query() function
172 EXPORT_SYMBOL(dns_query);
H A DMakefile8 dns_resolver-y := dns_key.o dns_query.o
/linux/include/linux/
H A Ddns_resolver.h30 extern int dns_query(struct net *net, const char *type, const char *name, size_t namelen,
/linux/Documentation/networking/
H A Ddns_resolver.rst74 int dns_query(const char *type, const char *name, size_t namelen,
124 When dns_query() is invoked, it calls request_key() to search the local
142 dns_query() returns a copy of the value attached to the key, or an error if
/linux/fs/smb/client/
H A Ddns_resolve.c28 rc = dns_query(current->nsproxy->net_ns, NULL, name, in resolve_name()
/linux/fs/afs/
H A Daddr_list.c258 ret = dns_query(cell->net->net, "afsdb", cell->name, cell->name_len, in afs_dns_query()
/linux/fs/nfs/
H A Ddns_resolve.c28 ip_len = dns_query(net, NULL, name, namelen, NULL, &ip_addr, NULL, in nfs_dns_resolve_name()