Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dnames-net.c165 char name[256], dnsname[256], txt[256], *domain; in pci_id_net_lookup() local
201 sprintf(dnsname, "%.100s.%.100s", name, domain); in pci_id_net_lookup()
203 a->debug("Resolving %s\n", dnsname); in pci_id_net_lookup()
209 res = res_query(dnsname, ns_c_in, ns_t_txt, answer, sizeof(answer)); in pci_id_net_lookup()