Home
last modified time | relevance | path

Searched refs:send_query (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/testdata/proxy_protocol.tdir/
H A Dproxy_protocol.test.scenario48 send_query () {
115 send_query "$server" "$client" "$prot" "$query"
127 send_query "$server" "$client" "$prot" "$query"
139 send_query "$server" "$client" "$prot" "$query"
151 send_query "$server" "$client" "$prot" "$query"
163 send_query "$server" "$client" "$prot" "$query"
175 send_query "$server" "$client" "$prot" "$query"
187 send_query "$server" "$client" "$prot" "$query"
/netbsd-src/external/bsd/unbound/dist/util/
H A Dmodule.h379 struct outbound_entry* (*send_query)(struct query_info* qinfo, member
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dlibworker.c262 w->env->send_query = &libworker_send_query; in libworker_setup()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i727 struct outbound_entry* (*send_query)(struct query_info* qinfo,
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diterator.c2905 fptr_ok(fptr_whitelist_modenv_send_query(qstate->env->send_query)); in processQueryTargets()
2906 outq = (*qstate->env->send_query)(&iq->qinfo_out, in processQueryTargets()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c2230 worker->env.send_query = &worker_send_query; in worker_init()
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog5251 the opt_list passed to send_query, or in edns_opt_inplace_reply.