Searched refs:host_dns (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/usr.sbin/ypldap/
H A Dypldap_dns.c51 int host_dns(const char *, struct ypldap_addr_list *);
172 if ((cnt = host_dns(name, &hn)) == -1)
207 host_dns(const char *s, struct ypldap_addr_list *hn) function
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c79 struct node_host *host_dns(const char *, int, int);
1482 if (cont && (h = host_dns(ps, v4mask, v6mask)) != NULL)
1599 host_dns(const char *s, int v4mask, int v6mask) function
1608 err(1, "host_dns: strdup");
1639 err(1, "host_dns: calloc");

Completed in 213 milliseconds