Home
last modified time | relevance | path

Searched refs:outbound_entry (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-14.2/contrib/unbound/services/
H A Doutbound_list.h44 struct outbound_entry;
54 struct outbound_entry* first;
61 struct outbound_entry { struct
63 struct outbound_entry* next; argument
65 struct outbound_entry* prev; argument
94 struct outbound_entry* e);
103 struct outbound_entry* e);
H A Doutbound_list.c56 struct outbound_entry *p, *np; in outbound_list_clear()
68 outbound_list_insert(struct outbound_list* list, struct outbound_entry* e) in outbound_list_insert()
78 outbound_list_remove(struct outbound_list* list, struct outbound_entry* e) in outbound_list_remove()
H A Dmesh.h62 struct outbound_entry;
358 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e,
571 enum module_ev ev, struct outbound_entry* e);
/freebsd-14.2/contrib/unbound/libunbound/
H A Dworker.h76 struct outbound_entry* libworker_send_query(struct query_info* qinfo,
132 struct outbound_entry* worker_send_query(struct query_info* qinfo,
H A Dlibworker.h54 struct outbound_entry;
H A Dlibworker.c874 struct outbound_entry* libworker_send_query(struct query_info* qinfo, in libworker_send_query()
882 struct outbound_entry* e = (struct outbound_entry*)regional_alloc( in libworker_send_query()
902 struct outbound_entry* e = (struct outbound_entry*)arg; in libworker_handle_service_reply()
969 struct outbound_entry* worker_send_query(struct query_info* ATTR_UNUSED(qinfo), in worker_send_query()
/freebsd-14.2/contrib/unbound/dynlibmod/
H A Ddynlibmod.h58 int id, struct outbound_entry* outbound);
106 typedef void (*func_operate_t)(struct module_qstate*, enum module_ev, int, struct outbound_entry*);
H A Ddynlibmod.c180 int id, struct outbound_entry* outbound) { in dynlibmod_operate()
/freebsd-14.2/contrib/unbound/util/
H A Dfptr_wlist.h212 int fptr_whitelist_modenv_send_query(struct outbound_entry* (*fptr)(
304 enum module_ev event, int id, struct outbound_entry* outbound));
H A Dmodule.h382 struct outbound_entry* (*send_query)(struct query_info* qinfo,
778 int id, struct outbound_entry* outbound);
H A Dfptr_wlist.c357 fptr_whitelist_modenv_send_query(struct outbound_entry* (*fptr)( in fptr_whitelist_modenv_send_query()
492 enum module_ev event, int id, struct outbound_entry* outbound)) in fptr_whitelist_mod_operate()
/freebsd-14.2/contrib/unbound/dns64/
H A Ddns64.h60 struct outbound_entry* outbound);
/freebsd-14.2/contrib/unbound/ipsecmod/
H A Dipsecmod.h82 int id, struct outbound_entry* outbound);
H A Dipsecmod.c513 struct outbound_entry* outbound) in ipsecmod_operate()
/freebsd-14.2/contrib/unbound/ipset/
H A Dipset.h63 int id, struct outbound_entry* outbound);
H A Dipset.c407 struct outbound_entry *outbound) { in ipset_operate()
/freebsd-14.2/contrib/unbound/smallapp/
H A Dworker_cb.c97 struct outbound_entry* worker_send_query( in worker_send_query()
131 struct outbound_entry* libworker_send_query( in libworker_send_query()
/freebsd-14.2/contrib/unbound/cachedb/
H A Dcachedb.h99 int id, struct outbound_entry* outbound);
/freebsd-14.2/contrib/unbound/validator/
H A Dvalidator.h256 struct outbound_entry* outbound);
/freebsd-14.2/contrib/unbound/edns-subnet/
H A Dsubnetmod.h124 int id, struct outbound_entry* outbound);
/freebsd-14.2/contrib/unbound/iterator/
H A Diterator.h515 struct outbound_entry* outbound);
/freebsd-14.2/contrib/unbound/respip/
H A Drespip.h205 struct outbound_entry* outbound);
/freebsd-14.2/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c63 int id, struct outbound_entry* entry) { in operate()
/freebsd-14.2/contrib/unbound/daemon/
H A Dworker.c247 struct outbound_entry* e = (struct outbound_entry*)arg; in worker_handle_service_reply()
2372 struct outbound_entry*
2380 struct outbound_entry* e = (struct outbound_entry*)regional_alloc( in worker_send_query()
2430 struct outbound_entry* libworker_send_query( in libworker_send_query()
/freebsd-14.2/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1643 struct outbound_entry* worker_send_query( in worker_send_query()
1677 struct outbound_entry* libworker_send_query( in libworker_send_query()

12