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

/freebsd-12-stable/contrib/unbound/iterator/
H A Diter_delegpt.c338 find_NS(struct reply_info* rep, size_t from, size_t to) function
355 ns_rrset = find_NS(msg->rep, msg->rep->an_numrrsets,
361 ns_rrset = find_NS(msg->rep, 0, msg->rep->an_numrrsets);
H A Diterator.c2633 find_NS(struct reply_info* rep, size_t from, size_t to) function
2723 struct ub_packed_rrset_key* ns = find_NS(
2727 if(!ns) ns = find_NS(iq->response->rep, 0,

Completed in 188 milliseconds