Searched refs:construct_reply_info_base (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/bsd/unbound/dist/util/data/ |
| H A D | msgreply.h | 256 construct_reply_info_base(struct regional* region, uint16_t flags, size_t qd,
|
| H A D | msgreply.c | 95 construct_reply_info_base(struct regional* region, uint16_t flags, size_t qd, in construct_reply_info_base() function 140 *rep = construct_reply_info_base(region, msg->flags, msg->qdcount, 0, in parse_create_repinfo() 184 new_rep = construct_reply_info_base(region, rep->flags, in make_new_reply_info() 755 cp = construct_reply_info_base(region, rep->flags, rep->qdcount, in reply_info_copy()
|
| /netbsd-src/external/bsd/unbound/dist/dns64/ |
| H A D | dns64.c | 847 cp = construct_reply_info_base(super->region, rep->flags, rep->qdcount, in dns64_adjust_a()
|
| /netbsd-src/external/bsd/unbound/dist/services/ |
| H A D | rpz.c | 1875 msg->rep = construct_reply_info_base(ms->region, in rpz_synthesize_nodata() 1905 msg->rep = construct_reply_info_base(ms->region, in rpz_synthesize_nxdomain() 1936 new_reply_info = construct_reply_info_base(ms->region, in rpz_synthesize_localdata_from_rrset()
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | unitmain.c | 1233 rep = construct_reply_info_base(region, in edns_ede_answer_encode_test()
|