Home
last modified time | relevance | path

Searched refs:reply_list (Results 1 – 16 of 16) sorted by relevance

/openbsd/usr.sbin/unbound/testcode/
H A Dunitverify.c71 unit_assert(e->reply_list); in entry_to_buf()
72 if(e->reply_list->reply_from_hex) { in entry_to_buf()
73 sldns_buffer_copy(pkt, e->reply_list->reply_from_hex); in entry_to_buf()
76 sldns_buffer_write(pkt, e->reply_list->reply_pkt, in entry_to_buf()
77 e->reply_list->reply_len); in entry_to_buf()
217 char* s = sldns_wire2str_pkt(e->reply_list->reply_pkt, in verifytest_entry()
218 e->reply_list->reply_len); in verifytest_entry()
256 char* s = sldns_wire2str_pkt(e->reply_list->reply_pkt, in dstest_entry()
257 e->reply_list->reply_len); in dstest_entry()
432 char* s = sldns_wire2str_pkt(e->reply_list->reply_pkt, in nsec3_hash_test_entry()
[all …]
H A Dtestpkts.h237 struct reply_packet *reply_list; member
H A Dfake_event.c240 (*entry)->reply_list->reply_pkt, in pending_find_match()
241 (*entry)->reply_list->reply_len); in pending_find_match()
303 struct reply_packet* reppkt = entry->reply_list; in count_reply_packets()
321 log_assert(entry && entry->reply_list); in fill_buffer_with_reply()
323 reppkt = entry->reply_list; in fill_buffer_with_reply()
377 if(entry && entry->reply_list->next && in answer_callback_from_entry()
461 log_pkt("query pkt", todo->match->reply_list->reply_pkt, in fake_front_query()
462 todo->match->reply_list->reply_len); in fake_front_query()
505 if(todo->match && todo->match->reply_list->next && !error && in fake_pending_callback()
H A Dtestpkts.c95 struct reply_packet ** p = &entry->reply_list; in entry_add_reply()
299 e->reply_list = NULL; in new_entry()
1546 reply = p->reply_list->reply_pkt; in find_match()
1547 rlen = p->reply_list->reply_len; in find_match()
1808 if(!entry || !entry->reply_list) { in handle_query()
1812 for(p = entry->reply_list; p; p = p->next) in handle_query()
1875 delete_replylist(p->reply_list); in delete_entry()
/openbsd/usr.sbin/unbound/services/
H A Dmesh.c1350 m->reply_list = NULL; in mesh_send_reply()
1352 m->reply_list = rlist; in mesh_send_reply()
1374 m->reply_list = NULL; in mesh_send_reply()
1376 m->reply_list = rlist; in mesh_send_reply()
1412 m->reply_list = NULL; in mesh_send_reply()
1414 m->reply_list = rlist; in mesh_send_reply()
1495 struct mesh_reply* reply_list = mstate->reply_list; in mesh_query_done() local
1498 mstate->reply_list = reply_list; in mesh_query_done()
1536 if(mstate->reply_list) { in mesh_query_done()
1709 s->reply_list = r; in mesh_state_add_reply()
[all …]
H A Dmesh.h178 struct mesh_reply* reply_list; member
H A Drpz.c1581 } else if(ms && ms->mesh_info && ms->mesh_info->reply_list) { in log_rpz_apply()
1582 addr_to_str(&ms->mesh_info->reply_list->query_reply.client_addr, in log_rpz_apply()
1583 ms->mesh_info->reply_list->query_reply.client_addrlen, in log_rpz_apply()
1585 …port = ntohs(((struct sockaddr_in*)&ms->mesh_info->reply_list->query_reply.client_addr)->sin_port); in log_rpz_apply()
/openbsd/sbin/unwind/libunbound/services/
H A Dmesh.c1350 m->reply_list = NULL; in mesh_send_reply()
1352 m->reply_list = rlist; in mesh_send_reply()
1374 m->reply_list = NULL; in mesh_send_reply()
1376 m->reply_list = rlist; in mesh_send_reply()
1412 m->reply_list = NULL; in mesh_send_reply()
1414 m->reply_list = rlist; in mesh_send_reply()
1495 struct mesh_reply* reply_list = mstate->reply_list; in mesh_query_done() local
1498 mstate->reply_list = reply_list; in mesh_query_done()
1536 if(mstate->reply_list) { in mesh_query_done()
1709 s->reply_list = r; in mesh_state_add_reply()
[all …]
H A Dmesh.h178 struct mesh_reply* reply_list; member
H A Drpz.c1581 } else if(ms && ms->mesh_info && ms->mesh_info->reply_list) { in log_rpz_apply()
1582 addr_to_str(&ms->mesh_info->reply_list->query_reply.client_addr, in log_rpz_apply()
1583 ms->mesh_info->reply_list->query_reply.client_addrlen, in log_rpz_apply()
1585 …port = ntohs(((struct sockaddr_in*)&ms->mesh_info->reply_list->query_reply.client_addr)->sin_port); in log_rpz_apply()
/openbsd/usr.sbin/eigrpd/
H A Deigrpe.c440 message_add(&nbr->reply_list, &rinfo); in eigrpe_dispatch_rde()
483 send_reply(nbr, &nbr->reply_list, 0); in eigrpe_dispatch_rde()
484 message_list_clr(&nbr->reply_list); in eigrpe_dispatch_rde()
491 send_reply(nbr, &nbr->reply_list, 1); in eigrpe_dispatch_rde()
492 message_list_clr(&nbr->reply_list); in eigrpe_dispatch_rde()
H A Deigrpe.h59 struct rinfo_head reply_list; /* unicast replies */ member
H A Dneighbor.c81 TAILQ_INIT(&nbr->reply_list); in nbr_new()
/openbsd/usr.sbin/unbound/edns-subnet/
H A Dsubnetmod.c807 else if(qstate->mesh_info->reply_list) { in subnetmod_operate()
809 &qstate->mesh_info->reply_list->query_reply.client_addr, in subnetmod_operate()
840 if(qstate->mesh_info->reply_list && in subnetmod_operate()
/openbsd/usr.sbin/unbound/daemon/
H A Dremote.c2338 if(m->reply_list) { in get_mesh_age()
2340 struct mesh_reply* r = m->reply_list; in get_mesh_age()
/openbsd/usr.sbin/unbound/doc/
H A DChangelog1997 - Fix for python reply callback to see mesh state reply_list member,