| /freebsd-11-stable/contrib/unbound/libunbound/ |
| HD | worker.h | 47 struct comm_reply; 80 struct comm_reply* reply_info); 84 struct comm_reply* reply_info); 147 struct comm_reply* repinfo); 151 struct comm_reply* reply_info); 155 struct comm_reply* reply_info); 173 int remote_accept_callback(struct comm_point*, void*, int, struct comm_reply*); 176 int remote_control_callback(struct comm_point*, void*, int, struct comm_reply*);
|
| HD | libworker.c | 881 struct comm_reply* reply_info) in libworker_handle_reply() 910 struct comm_reply* reply_info) in libworker_handle_service_reply() 944 struct comm_reply* ATTR_UNUSED(repinfo)) in worker_handle_request() 952 struct comm_reply* ATTR_UNUSED(reply_info)) in worker_handle_reply() 960 struct comm_reply* ATTR_UNUSED(reply_info)) in worker_handle_service_reply() 968 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_accept_callback() 976 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_control_callback()
|
| HD | libworker.h | 57 struct comm_reply;
|
| /freebsd-11-stable/contrib/unbound/smallapp/ |
| HD | worker_cb.c | 62 struct comm_reply* ATTR_UNUSED(repinfo)) in worker_handle_request() 70 struct comm_reply* ATTR_UNUSED(reply_info)) in worker_handle_reply() 78 struct comm_reply* ATTR_UNUSED(reply_info)) in worker_handle_service_reply() 86 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_accept_callback() 94 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_control_callback() 151 struct comm_reply* ATTR_UNUSED(reply_info)) in libworker_handle_reply() 159 struct comm_reply* ATTR_UNUSED(reply_info)) in libworker_handle_service_reply()
|
| /freebsd-11-stable/contrib/unbound/util/ |
| HD | netevent.h | 70 struct comm_reply; 86 struct comm_reply*); 124 struct comm_reply { struct 189 struct comm_reply repinfo; 623 void comm_point_send_reply(struct comm_reply* repinfo); 629 void comm_point_drop_reply(struct comm_reply* repinfo);
|
| HD | tube.h | 44 struct comm_reply; 263 struct comm_reply* reply_info); 267 struct comm_reply* reply_info);
|
| HD | module.h | 260 struct comm_reply* repinfo, struct regional* region, 610 struct comm_reply* reply;
|
| HD | tube.c | 147 struct comm_reply* ATTR_UNUSED(reply_info)) in tube_handle_listen() 223 struct comm_reply* ATTR_UNUSED(reply_info)) in tube_handle_write() 656 int ATTR_UNUSED(error), struct comm_reply* ATTR_UNUSED(reply_info)) in tube_handle_listen() 664 int ATTR_UNUSED(error), struct comm_reply* ATTR_UNUSED(reply_info)) in tube_handle_write()
|
| /freebsd-11-stable/contrib/unbound/dnscrypt/ |
| HD | dnscrypt.h | 41 struct comm_reply; 122 struct comm_reply* repinfo); 131 int dnsc_handle_uncurved_request(struct comm_reply *repinfo);
|
| /freebsd-11-stable/contrib/unbound/util/data/ |
| HD | msgreply.h | 47 struct comm_reply; 563 struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, 584 struct comm_reply* repinfo, struct regional* region, 605 struct comm_reply* repinfo, struct regional* region, 627 struct comm_reply* repinfo, struct regional* region,
|
| HD | msgreply.c | 1041 struct comm_reply* repinfo, struct regional* region, in inplace_cb_reply_call_generic() 1063 struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, in inplace_cb_reply_call() 1074 struct comm_reply* repinfo, struct regional* region, in inplace_cb_reply_cache_call() 1085 struct comm_reply* repinfo, struct regional* region, in inplace_cb_reply_local_call() 1096 struct comm_reply* repinfo, struct regional* region, in inplace_cb_reply_servfail_call()
|
| /freebsd-11-stable/contrib/unbound/services/ |
| HD | authzone.h | 61 struct comm_reply; 542 struct comm_reply* repinfo, struct sldns_buffer* buf, struct regional* temp); 660 struct comm_reply* repinfo); 663 struct comm_reply* repinfo); 666 struct comm_reply* repinfo);
|
| HD | mesh.h | 220 struct comm_reply query_reply; 302 struct edns_data* edns, struct comm_reply* rep, uint16_t qid); 346 struct comm_reply* reply, int what); 537 struct comm_reply* rep, uint16_t qid, uint16_t qflags,
|
| HD | localzone.h | 57 struct comm_reply; 322 struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist, 343 struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, 604 struct comm_reply* repinfo, sldns_buffer* buf,
|
| HD | outside_network.h | 744 struct comm_reply *reply_info); 748 struct comm_reply *reply_info); 761 struct comm_reply* rep); 765 struct comm_reply* rep);
|
| HD | rpz.h | 156 struct regional* temp, struct comm_reply* repinfo,
|
| /freebsd-11-stable/contrib/unbound/daemon/ |
| HD | stats.h | 49 struct comm_reply; 120 struct comm_reply* repinfo);
|
| HD | worker.c | 240 struct comm_reply* reply_info) in worker_handle_reply() 272 struct comm_reply* reply_info) in worker_handle_service_reply() 471 uint16_t id, uint16_t flags, struct comm_reply* repinfo, in answer_norec_from_cache() 579 struct comm_reply* repinfo, struct ub_packed_rrset_key** alias_rrset, in apply_respip_action() 636 struct comm_reply* repinfo, struct edns_data* edns) in answer_from_cache() 784 uint16_t flags, struct comm_reply* repinfo, time_t leeway, int noreply) in reply_and_prefetch() 818 struct worker* worker, struct comm_reply* repinfo) in chaos_replystr() 862 struct worker* worker, struct comm_reply* repinfo) in chaos_replyonestr() 876 struct comm_reply* repinfo) in chaos_trustanchor() 936 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* pkt) in answer_chaos() [all …]
|
| HD | remote.h | 55 struct comm_reply;
|
| /freebsd-11-stable/contrib/unbound/dynlibmod/examples/ |
| HD | helloworld.c | 35 struct comm_reply* repinfo, struct regional* region, 121 struct comm_reply* repinfo, struct regional* region, in reply_callback()
|
| /freebsd-11-stable/contrib/unbound/services/cache/ |
| HD | infra.h | 379 struct comm_reply* replylist); 422 struct comm_reply* repinfo, time_t timenow,
|
| /freebsd-11-stable/contrib/unbound/dnstap/ |
| HD | unbound-dnstap-socket.c | 1372 struct comm_reply* ATTR_UNUSED(repinfo)) in worker_handle_request() 1380 struct comm_reply* ATTR_UNUSED(reply_info)) in worker_handle_reply() 1388 struct comm_reply* ATTR_UNUSED(reply_info)) in worker_handle_service_reply() 1396 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_accept_callback() 1404 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_control_callback() 1461 struct comm_reply* ATTR_UNUSED(reply_info)) in libworker_handle_reply() 1469 struct comm_reply* ATTR_UNUSED(reply_info)) in libworker_handle_service_reply()
|
| /freebsd-11-stable/testcode/ |
| HD | fake_event.c | 370 struct comm_reply repinfo; in answer_callback_from_entry() 450 struct comm_reply repinfo; in fake_front_query() 489 struct comm_reply repinfo; in fake_pending_callback() 1001 comm_point_send_reply(struct comm_reply* repinfo) in comm_point_send_reply() 1009 memcpy(&ans->repinfo, repinfo, sizeof(struct comm_reply)); in comm_point_send_reply() 1025 comm_point_drop_reply(struct comm_reply* repinfo) in comm_point_drop_reply() 1397 struct comm_reply *ATTR_UNUSED(reply_info)) in outnet_udp_cb() 1405 struct comm_reply *ATTR_UNUSED(reply_info)) in outnet_tcp_cb() 1488 struct comm_reply* ATTR_UNUSED(reply_info)) in serviced_udp_callback() 1496 struct comm_reply* ATTR_UNUSED(reply_info)) in serviced_tcp_callback()
|
| /freebsd-11-stable/contrib/unbound/dynlibmod/ |
| HD | dynlibmod.h | 73 struct comm_reply* repinfo, struct regional* region,
|
| /freebsd-11-stable/contrib/unbound/respip/ |
| HD | respip.h | 255 struct local_rrset* local_alias, struct comm_reply* repinfo);
|