Searched refs:delegpt_add_ns_mlc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/unbound/iterator/ |
H A D | iter_hints.c | 105 if(!delegpt_add_ns_mlc(dp, dname, 0, NULL, UNBOUND_DNS_PORT) || in ah() 239 if(!delegpt_add_ns_mlc(dp, dname, 0, tls_auth_name, port)) { in read_stubs_host() 349 if(!delegpt_add_ns_mlc(dp, sldns_wirerr_get_rdata(rr, in read_root_hints()
|
H A D | iter_delegpt.h | 423 int delegpt_add_ns_mlc(struct delegpt* dp, uint8_t* name, uint8_t lame,
|
H A D | iter_fwd.c | 225 if(!delegpt_add_ns_mlc(dp, dname, 0, tls_auth_name, port)) { in read_fwds_host()
|
H A D | iter_delegpt.c | 642 int delegpt_add_ns_mlc(struct delegpt* dp, uint8_t* name, uint8_t lame, in delegpt_add_ns_mlc() function
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 2227 if(!delegpt_add_ns_mlc(dp, dname, 0, auth_name, port)) { in parse_delegpt()
|