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

/freebsd-current/usr.sbin/ypldap/
H A Dypldap_dns.c50 int host_dns(const char *, struct ypldap_addr_list *);
171 if ((cnt = host_dns(name, &hn)) == -1)
206 host_dns(const char *s, struct ypldap_addr_list *hn) function
/freebsd-current/sbin/pfctl/
H A Dpfctl_parser.c77 struct node_host *host_dns(const char *, int, int);
1781 if (cont && (h = host_dns(ps, v4mask, v6mask)) != NULL)
1899 host_dns(const char *s, int v4mask, int v6mask) function
1908 err(1, "host_dns: strdup");
1939 err(1, "host_dns: calloc");

Completed in 96 milliseconds