Home
last modified time | relevance | path

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

/linux/net/dns_resolver/
H A Ddns_query.c74 int dns_query(struct net *net, in dns_query() function
170 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/fs/smb/client/
H A Ddns_resolve.c28 rc = dns_query(current->nsproxy->net_ns, NULL, name, in resolve_name()
/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()
/linux/net/ceph/
H A Dmessenger.c1271 ip_len = dns_query(current->nsproxy->net_ns, in ceph_dns_resolve_name()