Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/ypldap/
HDypldap_dns.c50 int host_dns(const char *, struct ypldap_addr_list *);
171 if ((cnt = host_dns(name, &hn)) == -1) in dns_dispatch_imsg()
206 host_dns(const char *s, struct ypldap_addr_list *hn) in host_dns() function
/freebsd-14-stable/sbin/pfctl/
HDpfctl_parser.c78 struct node_host *host_dns(const char *, int, int);
1774 if (cont && (h = host_dns(ps, v4mask, v6mask)) != NULL) in host()
1892 host_dns(const char *s, int v4mask, int v6mask) in host_dns() function