Searched refs:alias_rrset (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/unbound/respip/ |
H A D | respip.c | 869 struct ub_packed_rrset_key** alias_rrset, int search_only, in respip_rewrite_reply() argument 1029 *alias_rrset = redirect_rrset; in respip_rewrite_reply() 1046 struct ub_packed_rrset_key* alias_rrset) in generate_cname_request() argument 1052 get_cname_target(alias_rrset, &subqi.qname, &subqi.qname_len); in generate_cname_request() 1096 struct ub_packed_rrset_key* alias_rrset = NULL; in respip_operate() local 1102 &new_rep, &actinfo, &alias_rrset, 0, in respip_operate() 1129 } else if(alias_rrset) { in respip_operate() 1130 if(!generate_cname_request(qstate, alias_rrset)) in respip_operate() 1156 struct ub_packed_rrset_key* alias_rrset = NULL; /* ditto */ in respip_merge_cname() local 1179 &alias_rrset, 1, region, az, NULL)) in respip_merge_cname()
|
H A D | respip.h | 187 struct ub_packed_rrset_key** alias_rrset,
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 591 struct ub_packed_rrset_key** alias_rrset, in apply_respip_action() argument 603 alias_rrset, 0, worker->scratchpad, az, NULL)) in apply_respip_action() 646 int* is_secure_answer, struct ub_packed_rrset_key** alias_rrset, in answer_from_cache() argument 755 *alias_rrset = NULL; /* avoid confusion if caller set it to non-NULL */ in answer_from_cache() 758 &repinfo->client_addr, repinfo->client_addrlen, alias_rrset, in answer_from_cache() 771 if(!encode_rep || *alias_rrset) { in answer_from_cache() 1381 struct ub_packed_rrset_key* alias_rrset = NULL; in worker_handle_request() local 1839 &alias_rrset, &partial_rep, rep, in worker_handle_request() 1884 get_cname_target(alias_rrset, &qinfo_tmp.qname, in worker_handle_request()
|
/freebsd/contrib/unbound/services/ |
H A D | mesh.c | 2137 struct ub_packed_rrset_key** alias_rrset, in apply_respip_action() argument 2146 alias_rrset, 0, qstate->region, az, NULL)) in apply_respip_action() 2172 struct ub_packed_rrset_key* alias_rrset = NULL; in mesh_serve_expired_callback() local 2206 alias_rrset = NULL; in mesh_serve_expired_callback() 2209 qstate->client_info, &actinfo, msg->rep, &alias_rrset, &encode_rep, in mesh_serve_expired_callback() 2218 if(!encode_rep || alias_rrset) { in mesh_serve_expired_callback() 2235 get_cname_target(alias_rrset, &qinfo_tmp.qname, in mesh_serve_expired_callback()
|
/freebsd/contrib/unbound/contrib/ |
H A D | fastrpz.patch | 230 &alias_rrset, &partial_rep, (struct reply_info*)e->data,
|