| /netbsd-src/external/bsd/unbound/dist/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;
|
| /netbsd-src/external/bsd/unbound/dist/pythonmod/examples/ |
| H A D | inplace_callbacks.py | 218 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 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()
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | netevent.h | 71 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 D | tube.h | 44 struct comm_reply; 271 struct comm_reply* reply_info); 275 struct comm_reply* reply_info);
|
| H A D | tube.c | 150 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 D | module.h | 269 struct comm_reply* repinfo, struct regional* region, 630 struct comm_reply* reply;
|
| /netbsd-src/external/bsd/unbound/dist/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);
|
| /netbsd-src/external/bsd/unbound/dist/util/data/ |
| H A D | msgreply.h | 48 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 D | msgparse.h | 75 struct comm_reply; 328 struct comm_reply* repinfo, time_t now, struct regional* region);
|
| /netbsd-src/external/bsd/unbound/dist/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 | 222 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 D | localzone.h | 57 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 D | outside_network.h | 815 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 D | stats.h | 49 struct comm_reply; 120 struct comm_reply* repinfo);
|
| H A D | worker.c | 243 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 D | remote.h | 55 struct comm_reply;
|
| /netbsd-src/external/bsd/unbound/dist/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()
|
| /netbsd-src/external/bsd/unbound/dist/pythonmod/ |
| H A D | pythonmod_utils.h | 93 void reply_addr2str(struct comm_reply* reply, char* dest, int maxlen);
|
| H A D | pythonmod.h | 75 struct comm_reply* repinfo, struct regional* region,
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | fake_event.c | 358 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 D | example6.rst | 62 ``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 D | dynlibmod.h | 73 struct comm_reply* repinfo, struct regional* region,
|
| /netbsd-src/external/bsd/unbound/dist/dnstap/ |
| H A D | unbound-dnstap-socket.c | 1395 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()
|