| /freebsd-13.1/contrib/unbound/libunbound/ |
| H A D | worker.h | 47 struct comm_reply; 85 struct comm_reply* reply_info); 153 struct comm_reply* repinfo); 157 struct comm_reply* reply_info); 175 int remote_accept_callback(struct comm_point*, void*, int, struct comm_reply*); 178 int remote_control_callback(struct comm_point*, void*, int, struct comm_reply*);
|
| H A D | libworker.h | 57 struct comm_reply;
|
| H A D | libworker.c | 909 struct comm_reply* reply_info) in libworker_handle_service_reply() 943 struct comm_reply* ATTR_UNUSED(repinfo)) in worker_handle_request() 951 struct comm_reply* ATTR_UNUSED(reply_info)) in worker_handle_service_reply() 959 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_accept_callback() 967 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_control_callback()
|
| /freebsd-13.1/contrib/unbound/smallapp/ |
| H A D | 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_service_reply() 78 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_accept_callback() 86 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_control_callback() 147 struct comm_reply* ATTR_UNUSED(reply_info)) in libworker_handle_service_reply()
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | tube.h | 44 struct comm_reply; 263 struct comm_reply* reply_info); 267 struct comm_reply* reply_info);
|
| H A D | netevent.h | 70 struct comm_reply; 87 struct comm_reply*); 125 struct comm_reply { struct 192 struct comm_reply repinfo; 629 void comm_point_send_reply(struct comm_reply* repinfo); 635 void comm_point_drop_reply(struct comm_reply* repinfo);
|
| H A D | module.h | 260 struct comm_reply* repinfo, struct regional* region, 615 struct comm_reply* reply;
|
| H A D | 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() 660 int ATTR_UNUSED(error), struct comm_reply* ATTR_UNUSED(reply_info)) in tube_handle_listen() 668 int ATTR_UNUSED(error), struct comm_reply* ATTR_UNUSED(reply_info)) in tube_handle_write()
|
| /freebsd-13.1/contrib/unbound/dnscrypt/ |
| H A D | dnscrypt.h | 41 struct comm_reply; 122 struct comm_reply* repinfo); 131 int dnsc_handle_uncurved_request(struct comm_reply *repinfo);
|
| /freebsd-13.1/contrib/unbound/util/data/ |
| H A D | msgreply.h | 47 struct comm_reply; 566 struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, 587 struct comm_reply* repinfo, struct regional* region, 608 struct comm_reply* repinfo, struct regional* region, 630 struct comm_reply* repinfo, struct regional* region,
|
| /freebsd-13.1/contrib/unbound/services/ |
| H A D | authzone.h | 61 struct comm_reply; 556 struct comm_reply* repinfo, struct sldns_buffer* buf, struct regional* temp); 680 struct comm_reply* repinfo); 683 struct comm_reply* repinfo); 686 struct comm_reply* repinfo);
|
| H A D | 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,
|
| H A D | localzone.h | 57 struct comm_reply; 324 struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist, 345 struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, 608 struct comm_reply* repinfo, sldns_buffer* buf,
|
| H A D | outside_network.h | 789 struct comm_reply *reply_info); 793 struct comm_reply *reply_info); 809 struct comm_reply* rep); 813 struct comm_reply* rep);
|
| H A D | rpz.h | 183 struct regional* temp, struct comm_reply* repinfo,
|
| H A D | rpz.c | 1380 struct comm_reply* repinfo, struct module_qstate* ms, char* log_name) in log_rpz_apply() 1445 struct comm_reply* repinfo, uint8_t* taglist, size_t taglen, in rpz_resolve_client_action_and_zone() 1506 rpz_is_udp_query(struct comm_reply* repinfo) { in rpz_is_udp_query() 1517 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, in rpz_local_encode() 1599 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, in rpz_apply_clientip_localdata_action() 1892 struct comm_reply* repinfo, struct ub_server_stats* stats) in rpz_synthesize_qname_localdata() 2269 struct query_info* qinfo, struct edns_data* edns, struct comm_reply* repinfo, in rpz_apply_maybe_clientip_trigger() 2325 struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist, in rpz_callback_from_worker_request()
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | stats.h | 49 struct comm_reply; 120 struct comm_reply* repinfo);
|
| H A D | worker.c | 241 struct comm_reply* reply_info) in worker_handle_service_reply() 440 uint16_t id, uint16_t flags, struct comm_reply* repinfo, in answer_norec_from_cache() 601 struct comm_reply* repinfo, struct edns_data* edns) in answer_from_cache() 779 struct worker* worker, struct comm_reply* repinfo) in chaos_replystr() 830 struct worker* worker, struct comm_reply* repinfo) in chaos_replyonestr() 844 struct comm_reply* repinfo) in chaos_trustanchor() 1015 struct worker* worker, struct comm_reply* repinfo) in deny_refuse() 1048 struct worker* worker, struct comm_reply* repinfo) in deny_refuse_all() 1055 struct worker* worker, struct comm_reply* repinfo) in deny_refuse_non_local() 1062 struct comm_reply* repinfo) in worker_handle_request() [all …]
|
| H A D | remote.h | 55 struct comm_reply;
|
| /freebsd-13.1/contrib/unbound/dynlibmod/examples/ |
| H A D | helloworld.c | 35 struct comm_reply* repinfo, struct regional* region, 121 struct comm_reply* repinfo, struct regional* region, in reply_callback()
|
| /freebsd-13.1/contrib/unbound/services/cache/ |
| H A D | infra.h | 380 struct comm_reply* replylist); 426 struct comm_reply* repinfo, time_t timenow, int backoff,
|
| /freebsd-13.1/contrib/unbound/dynlibmod/ |
| H A D | dynlibmod.h | 73 struct comm_reply* repinfo, struct regional* region,
|
| /freebsd-13.1/contrib/unbound/iterator/ |
| H A D | iterator.h | 415 struct comm_reply* fail_reply;
|
| /freebsd-13.1/contrib/unbound/respip/ |
| H A D | respip.h | 255 struct local_rrset* local_alias, struct comm_reply* repinfo);
|
| /freebsd-13.1/contrib/unbound/dnstap/ |
| H A D | unbound-dnstap-socket.c | 1378 struct comm_reply* ATTR_UNUSED(repinfo)) in worker_handle_request() 1386 struct comm_reply* ATTR_UNUSED(reply_info)) in worker_handle_service_reply() 1394 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_accept_callback() 1402 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_control_callback() 1463 struct comm_reply* ATTR_UNUSED(reply_info)) in libworker_handle_service_reply()
|