Lines Matching defs:capdns
349 static cap_channel_t *capdns;
536 capdns = cap_service_open(casper, "system.dns");
537 if (capdns == NULL)
539 if (cap_dns_type_limit(capdns, types, 2) < 0)
542 if (cap_dns_family_limit(capdns, families, 1) < 0)
1859 if (capdns != NULL)
1860 hp = cap_gethostbyname(capdns, domain);
1878 if (capdns != NULL)
1879 hp = cap_gethostbyaddr(capdns, (char *)&in, sizeof(in),
1930 if (capdns != NULL)
1931 hp = cap_gethostbyname(capdns, hostname);