Home
last modified time | relevance | path

Searched refs:query_reply (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dmesh.c1141 &rep->query_reply, mesh->env->cfg); in mesh_state_cleanup()
1142 if(rep->query_reply.c->tcp_req_info) in mesh_state_cleanup()
1144 rep->query_reply.c->tcp_req_info, in mesh_state_cleanup()
1146 else if(rep->query_reply.c->use_h2) in mesh_state_cleanup()
1148 else if(rep->query_reply.doq_stream) in mesh_state_cleanup()
1150 rep->query_reply.doq_stream); in mesh_state_cleanup()
1151 comm_point_drop_reply(&rep->query_reply); in mesh_state_cleanup()
1468 return r->query_reply.c->type == comm_udp; in mesh_is_udp()
1533 if(r->query_reply.c->use_h2) { in mesh_send_reply()
1534 r->query_reply.c->h2_stream = r->h2_stream; in mesh_send_reply()
[all …]
H A Dmesh.h250 struct comm_reply query_reply; member
H A Drpz.c1666 addr_to_str(&ms->mesh_info->reply_list->query_reply.client_addr, in log_rpz_apply()
1667 ms->mesh_info->reply_list->query_reply.client_addrlen, in log_rpz_apply()
1669 …port = ntohs(((struct sockaddr_in*)&ms->mesh_info->reply_list->query_reply.client_addr)->sin_port); in log_rpz_apply()
H A Doutside_network.c3562 ?&qstate->mesh_info->reply_list->query_reply
/freebsd/contrib/unbound/contrib/
H A Dredirect-bogus.patch86 + fixed_address_encode(r->query_reply.c->buffer,
93 + fixed_address_encode(r->query_reply.c->buffer,
109 + error_encode(r->query_reply.c->buffer, rcode,
112 - error_encode(r->query_reply.c->buffer, rcode, &m->s.qinfo,
114 comm_point_send_reply(&r->query_reply);
H A Dfastrpz.patch2451 + commreply = &qstate->mesh_info->reply_list->query_reply;
2566 + commreply = &qstate->mesh_info->reply_list->query_reply;
2645 + commreply = &reply_list->query_reply;
2970 + qstate->mesh_info->reply_list->query_reply.rpz &&
2990 + qstate->mesh_info->reply_list->query_reply.rpz) {
3166 r->query_reply = *rep;
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c1054 &qstate->mesh_info->reply_list->query_reply.client_addr, in subnetmod_operate()