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

/freebsd-13-stable/contrib/unbound/respip/
H A Drespip.c597 * structure will be returned, and '*rrset_id' is set to the index in
605 size_t* rrset_id)
627 *rrset_id = i;
677 * (which is rep->rrsets[rrset_id]) and if so override it.
687 * @param rrset_id: the rrset ID in 'rep' to which the action should apply
702 size_t rrset_id, struct reply_info** new_repp, int tag,
721 dataqinfo.qname = rep->rrsets[rrset_id]->rk.dname;
722 dataqinfo.qname_len = rep->rrsets[rrset_id]->rk.dname_len;
723 dataqinfo.qtype = ntohs(rep->rrsets[rrset_id]->rk.type);
724 dataqinfo.qclass = ntohs(rep->rrsets[rrset_id]
604 respip_addr_lookup(const struct reply_info *rep, struct respip_set* rs, size_t* rrset_id) argument
699 respip_data_answer(enum respip_action action, struct ub_packed_rrset_key* data, uint16_t qtype, const struct reply_info* rep, size_t rrset_id, struct reply_info** new_repp, int tag, struct config_strlist** tag_datas, size_t tag_datas_size, char* const* tagname, int num_tags, struct ub_packed_rrset_key** redirect_rrsetp, struct regional* region) argument
788 respip_nodata_answer(uint16_t qtype, enum respip_action action, const struct reply_info *rep, size_t rrset_id, struct reply_info** new_repp, struct regional* region) argument
910 size_t rrset_id = 0; local
[all...]

Completed in 102 milliseconds