Home
last modified time | relevance | path

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

/freebsd/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) in dns_dispatch_imsg()
206 host_dns(const char *s, struct ypldap_addr_list *hn) in host_dns() function
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c80 struct node_host *host_dns(const char *, int, int);
1831 if (cont && (h = host_dns(ps, v4mask, v6mask)) != NULL) in host()
1949 host_dns(const char *s, int v4mask, int v6mask) in host_dns() function