Home
last modified time | relevance | path

Searched defs:repinfo (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dworker.c466 uint16_t id, uint16_t flags, struct comm_reply* repinfo, in answer_norec_from_cache()
649 struct comm_reply* repinfo, struct edns_data* edns) in answer_from_cache()
830 uint16_t flags, struct comm_reply* repinfo, time_t leeway, int noreply, in reply_and_prefetch()
877 struct worker* worker, struct comm_reply* repinfo) in chaos_replystr()
928 struct worker* worker, struct comm_reply* repinfo) in chaos_replyonestr()
942 struct comm_reply* repinfo) in chaos_trustanchor()
1002 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* pkt) in answer_chaos()
1115 struct worker* worker, struct comm_reply* repinfo, in deny_refuse()
1303 struct worker* worker, struct comm_reply* repinfo, in deny_refuse_all()
1325 struct worker* worker, struct comm_reply* repinfo, in deny_refuse_non_local()
[all …]
H A Dstats.c532 struct comm_reply* repinfo) in server_stats_insquery()
/freebsd/contrib/unbound/smallapp/
H A Dworker_cb.c62 struct comm_reply* ATTR_UNUSED(repinfo)) in worker_handle_request()
78 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_accept_callback()
86 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_control_callback()
/freebsd/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c121 struct comm_reply* repinfo, struct regional* region, in reply_callback()
/freebsd/contrib/unbound/services/
H A Dlocalzone.c1301 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, in local_encode()
1336 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, in local_error_encode()
1473 struct comm_reply* repinfo, sldns_buffer* buf, in local_data_answer()
1634 local_zone_is_udp_query(struct comm_reply* repinfo) { in local_zone_is_udp_query()
1645 struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, in local_zones_zone_answer()
1780 struct comm_reply* repinfo, struct rbtree_type* override_tree, in lz_type()
1837 struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist, in local_zones_answer()
H A Drpz.c1633 struct comm_reply* repinfo, struct module_qstate* ms, char* log_name) in log_rpz_apply()
1700 struct comm_reply* repinfo, uint8_t* taglist, size_t taglen, in rpz_resolve_client_action_and_zone()
1763 rpz_is_udp_query(struct comm_reply* repinfo) { in rpz_is_udp_query()
1774 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, in rpz_local_encode()
1843 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, in rpz_apply_clientip_localdata_action()
2221 struct comm_reply* repinfo, struct ub_server_stats* stats) in rpz_synthesize_qname_localdata()
2639 struct query_info* qinfo, struct edns_data* edns, struct comm_reply* repinfo, in rpz_apply_maybe_clientip_trigger()
2719 struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist, in rpz_callback_from_worker_request()
H A Dlisten_dnsport.c3701 doq_repinfo_store_localaddr(struct comm_reply* repinfo, in doq_repinfo_store_localaddr()
3733 doq_repinfo_retrieve_localaddr(struct comm_reply* repinfo, in doq_repinfo_retrieve_localaddr()
3770 struct comm_reply* repinfo) in doq_conn_key_store_repinfo()
3790 doq_conn_key_from_repinfo(struct doq_conn_key* key, struct comm_reply* repinfo) in doq_conn_key_from_repinfo()
H A Dauthzone.c3529 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, in auth_answer_encode()
3555 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, in auth_error_encode()
3573 struct comm_reply* repinfo, struct sldns_buffer* buf, struct regional* temp) in auth_zones_answer()
6179 struct comm_reply* ATTR_UNUSED(repinfo)) in auth_xfer_transfer_tcp_callback()
6262 struct comm_reply* repinfo) in auth_xfer_transfer_http_callback()
6512 struct comm_reply* repinfo) in auth_xfer_probe_udp_callback()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c1211 struct comm_reply* repinfo, struct regional* region, in inplace_cb_reply_call_generic()
1233 struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, in inplace_cb_reply_call()
1244 struct comm_reply* repinfo, struct regional* region, in inplace_cb_reply_cache_call()
1255 struct comm_reply* repinfo, struct regional* region, in inplace_cb_reply_local_call()
1266 struct comm_reply* repinfo, struct regional* region, in inplace_cb_reply_servfail_call()
H A Dmsgparse.c950 struct comm_reply* repinfo, uint32_t now, struct regional* region, in parse_edns_options_from_query()
1271 struct comm_reply* repinfo, time_t now, struct regional* region, in parse_edns_from_query_pkt()
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c934 struct comm_reply* ATTR_UNUSED(repinfo)) in worker_handle_request()
950 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_accept_callback()
958 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_control_callback()
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c887 struct comm_reply* repinfo) in dnsc_handle_curved_request()
915 dnsc_handle_uncurved_request(struct comm_reply *repinfo) in dnsc_handle_uncurved_request()
/freebsd/contrib/unbound/util/
H A Dnetevent.c2824 doq_lookup_repinfo(struct doq_table* table, struct comm_reply* repinfo)
2845 doq_lookup_conn_stream(struct comm_reply* repinfo, struct comm_point* c,
2887 doq_socket_send_reply(struct comm_reply* repinfo)
2918 doq_socket_drop_reply(struct comm_reply* repinfo)
4967 struct comm_reply repinfo; local
6642 comm_point_send_reply(struct comm_reply *repinfo)
6730 comm_point_drop_reply(struct comm_reply* repinfo)
H A Dnetevent.h228 struct comm_reply repinfo; member
/freebsd/contrib/unbound/dynlibmod/
H A Ddynlibmod.c216 struct comm_reply* repinfo, struct regional* region, in dynlib_inplace_cb_reply_generic()
/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1608 struct comm_reply* ATTR_UNUSED(repinfo)) in worker_handle_request()
1624 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_accept_callback()
1632 struct comm_reply* ATTR_UNUSED(repinfo)) in remote_control_callback()