Home
last modified time | relevance | path

Searched refs:comm_reply (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-13.1/contrib/unbound/libunbound/
H A Dworker.h47 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 Dlibworker.h57 struct comm_reply;
H A Dlibworker.c909 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 Dworker_cb.c62 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 Dtube.h44 struct comm_reply;
263 struct comm_reply* reply_info);
267 struct comm_reply* reply_info);
H A Dnetevent.h70 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 Dmodule.h260 struct comm_reply* repinfo, struct regional* region,
615 struct comm_reply* reply;
H A Dtube.c147 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 Ddnscrypt.h41 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 Dmsgreply.h47 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 Dauthzone.h61 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 Dmesh.h220 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 Dlocalzone.h57 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 Doutside_network.h789 struct comm_reply *reply_info);
793 struct comm_reply *reply_info);
809 struct comm_reply* rep);
813 struct comm_reply* rep);
H A Drpz.h183 struct regional* temp, struct comm_reply* repinfo,
H A Drpz.c1380 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 Dstats.h49 struct comm_reply;
120 struct comm_reply* repinfo);
H A Dworker.c241 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 Dremote.h55 struct comm_reply;
/freebsd-13.1/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c35 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 Dinfra.h380 struct comm_reply* replylist);
426 struct comm_reply* repinfo, time_t timenow, int backoff,
/freebsd-13.1/contrib/unbound/dynlibmod/
H A Ddynlibmod.h73 struct comm_reply* repinfo, struct regional* region,
/freebsd-13.1/contrib/unbound/iterator/
H A Diterator.h415 struct comm_reply* fail_reply;
/freebsd-13.1/contrib/unbound/respip/
H A Drespip.h255 struct local_rrset* local_alias, struct comm_reply* repinfo);
/freebsd-13.1/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1378 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()

12