Symbol: host_dns
sbin/iked/parse.y
2255
(ipa = host_dns(ps, mask)) == NULL)
sbin/iked/parse.y
365
struct ipsec_addr_wrap *host_dns(const char *, int);
sbin/ipsecctl/parse.y
1681
if (cont && mask == -1 && (ipa = host_dns(s, mask)) != NULL)
sbin/ipsecctl/parse.y
180
struct ipsec_addr_wrap *host_dns(const char *, int);
sbin/pfctl/pfctl_parser.c
1718
(h = host_dns(ps, mask, (opts & PF_OPT_NODNS))) == NULL) {
sbin/pfctl/pfctl_parser.c
82
struct node_host *host_dns(const char *, int, int);
usr.sbin/acme-client/dnsproc.c
155
if ((vsz = host_dns(look, v)) < 0)
usr.sbin/httpd/parse.y
111
int host_dns(const char *, struct addresslist *,
usr.sbin/httpd/parse.y
2294
return (host_dns(s, al, max, port, ifname, ipproto));
usr.sbin/ldapd/parse.y
1101
return (host_dns(s, cert, al, port, flags));
usr.sbin/ldapd/parse.y
80
int host_dns(const char *, const char *,
usr.sbin/lpd/parse.y
105
static int host_dns(struct listen_opts *);
usr.sbin/lpd/parse.y
735
if (host_dns(lo))
usr.sbin/ntpd/ntp_dns.c
173
if ((cnt = host_dns(name, nconf->status.synced,
usr.sbin/ntpd/ntpd.h
355
int host_dns(const char *, int, struct ntp_addr **);
usr.sbin/ntpd/parse.y
114
(host_dns($3->name, 0, &h) == -1 || !h)) {
usr.sbin/ocspcheck/ocspcheck.c
656
rescount = host_dns(host, addrs);
usr.sbin/relayd/parse.y
130
int host_dns(const char *, struct addresslist *,
usr.sbin/relayd/parse.y
3287
return (host_dns(s, al, max, port, ifname, ipproto));
usr.sbin/smtpd/parse.y
147
static int host_dns(struct listen_opts *);
usr.sbin/smtpd/parse.y
3322
if (host_dns(lo))
usr.sbin/ypldap/ypldap_dns.c
179
if ((cnt = host_dns(name, &hn)) == -1)
usr.sbin/ypldap/ypldap_dns.c
49
int host_dns(const char *, struct ypldap_addr_list *);