Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/unbound/dist/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;
/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Dinplace_callbacks.py218 comm_reply = kwargs['repinfo']
219 if comm_reply:
220 addr = comm_reply.addr
221 port = comm_reply.port
222 addr_family = comm_reply.family
/netbsd-src/external/bsd/unbound/dist/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()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.h71 struct comm_reply;
88 struct comm_reply*);
128 struct comm_reply { struct
203 struct comm_reply repinfo;
657 void comm_point_send_reply(struct comm_reply* repinfo);
663 void comm_point_drop_reply(struct comm_reply* repinfo);
H A Dtube.h44 struct comm_reply;
271 struct comm_reply* reply_info);
275 struct comm_reply* reply_info);
H A Dtube.c150 struct comm_reply* ATTR_UNUSED(reply_info)) in tube_handle_listen()
226 struct comm_reply* ATTR_UNUSED(reply_info)) in tube_handle_write()
717 int ATTR_UNUSED(error), struct comm_reply* ATTR_UNUSED(reply_info)) in tube_handle_listen()
725 int ATTR_UNUSED(error), struct comm_reply* ATTR_UNUSED(reply_info)) in tube_handle_write()
H A Dmodule.h269 struct comm_reply* repinfo, struct regional* region,
630 struct comm_reply* reply;
/netbsd-src/external/bsd/unbound/dist/dnscrypt/
H A Ddnscrypt.h41 struct comm_reply;
122 struct comm_reply* repinfo);
131 int dnsc_handle_uncurved_request(struct comm_reply *repinfo);
/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgreply.h48 struct comm_reply;
623 struct edns_data* edns, struct comm_reply* repinfo, struct regional* region,
644 struct comm_reply* repinfo, struct regional* region,
665 struct comm_reply* repinfo, struct regional* region,
687 struct comm_reply* repinfo, struct regional* region,
H A Dmsgparse.h75 struct comm_reply;
328 struct comm_reply* repinfo, time_t now, struct regional* region);
/netbsd-src/external/bsd/unbound/dist/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.h222 struct comm_reply query_reply;
306 struct edns_data* edns, struct comm_reply* rep, uint16_t qid,
359 struct comm_reply* reply, int what);
542 struct comm_reply* rep, uint16_t qid, uint16_t qflags,
H A Dlocalzone.h57 struct comm_reply;
326 struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist,
347 struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp,
610 struct comm_reply* repinfo, sldns_buffer* buf,
H A Doutside_network.h815 struct comm_reply *reply_info);
819 struct comm_reply *reply_info);
835 struct comm_reply* rep);
839 struct comm_reply* rep);
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dstats.h49 struct comm_reply;
120 struct comm_reply* repinfo);
H A Dworker.c243 struct comm_reply* reply_info) in worker_handle_service_reply()
464 uint16_t id, uint16_t flags, struct comm_reply* repinfo, in answer_norec_from_cache()
647 struct comm_reply* repinfo, struct edns_data* edns) in answer_from_cache()
827 uint16_t flags, struct comm_reply* repinfo, time_t leeway, int noreply, in reply_and_prefetch()
874 struct worker* worker, struct comm_reply* repinfo) in chaos_replystr()
925 struct worker* worker, struct comm_reply* repinfo) in chaos_replyonestr()
939 struct comm_reply* repinfo) in chaos_trustanchor()
999 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* pkt) in answer_chaos()
1112 struct worker* worker, struct comm_reply* repinfo, in deny_refuse()
1299 struct worker* worker, struct comm_reply* repinfo, in deny_refuse_all()
[all …]
H A Dremote.h55 struct comm_reply;
/netbsd-src/external/bsd/unbound/dist/dynlibmod/examples/
H A Dhelloworld.c35 struct comm_reply* repinfo, struct regional* region,
121 struct comm_reply* repinfo, struct regional* region, in reply_callback()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod_utils.h93 void reply_addr2str(struct comm_reply* reply, char* dest, int maxlen);
H A Dpythonmod.h75 struct comm_reply* repinfo, struct regional* region,
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dfake_event.c358 struct comm_reply repinfo; in answer_callback_from_entry()
438 struct comm_reply repinfo; in fake_front_query()
481 struct comm_reply repinfo; in fake_pending_callback()
995 comm_point_send_reply(struct comm_reply* repinfo) in comm_point_send_reply()
1003 memcpy(&ans->repinfo, repinfo, sizeof(struct comm_reply)); in comm_point_send_reply()
1019 comm_point_drop_reply(struct comm_reply* repinfo) in comm_point_drop_reply()
1418 struct comm_reply *ATTR_UNUSED(reply_info)) in outnet_udp_cb()
1426 struct comm_reply *ATTR_UNUSED(reply_info)) in outnet_tcp_cb()
1514 struct comm_reply* ATTR_UNUSED(reply_info)) in serviced_udp_callback()
1522 struct comm_reply* ATTR_UNUSED(reply_info)) in serviced_tcp_callback()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/examples/
H A Dexample6.rst62 ``repinfo``: Reply information for a communication point (comm_reply).
106 ``repinfo``: Reply information for a communication point (comm_reply).
153 ``repinfo``: Reply information for a communication point (comm_reply).
198 ``repinfo``: Reply information for a communication point (comm_reply).
/netbsd-src/external/bsd/unbound/dist/dynlibmod/
H A Ddynlibmod.h73 struct comm_reply* repinfo, struct regional* region,
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Dunbound-dnstap-socket.c1395 struct comm_reply* ATTR_UNUSED(repinfo)) in worker_handle_request()
1403 struct comm_reply* ATTR_UNUSED(reply_info)) in worker_handle_service_reply()
1411 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_accept_callback()
1419 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_control_callback()
1480 struct comm_reply* ATTR_UNUSED(reply_info)) in libworker_handle_service_reply()

12