HomeSort by: relevance | last modified time | path
    Searched refs:outbound (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/bsd/unbound/dist/dns64/
dns64.h 60 struct outbound_entry* outbound);
dns64.c 677 * \param outbound State of a DNS query on an authoritative server. We never do
683 struct outbound_entry* outbound)
686 (void)outbound;
  /src/external/bsd/unbound/dist/ipsecmod/
ipsecmod.h 82 int id, struct outbound_entry* outbound);
ipsecmod.c 514 struct outbound_entry* outbound)
541 if(iq && outbound) {
544 cachedb_process_response(qstate, iq, ie, id, outbound, event);
  /src/external/bsd/unbound/dist/ipset/
ipset.h 63 int id, struct outbound_entry* outbound);
ipset.c 407 struct outbound_entry *outbound) {
438 if (iq && outbound) {
441 ipset_process_response(qstate, iq, ie, id, outbound, event);
  /src/external/bsd/unbound/dist/testdata/log_servfail.tdir/
log_servfail.conf 12 outbound-msg-retry: 0
  /src/external/bsd/unbound/dist/testdata/stat_values.tdir/
stat_values_cachedb.conf 15 outbound-msg-retry: 0
stat_values_downstream_cookies.conf 14 outbound-msg-retry: 0
stat_values_discard_wait_limit.conf 15 outbound-msg-retry: 0
stat_values.conf 14 outbound-msg-retry: 0
  /src/external/bsd/unbound/dist/cachedb/
cachedb.h 99 int id, struct outbound_entry* outbound);
cachedb.c 906 struct outbound_entry* outbound)
932 if(iq && outbound) {
935 cachedb_process_response(qstate, iq, ie, id, outbound, event);
  /src/external/bsd/unbound/dist/pythonmod/
pythonmod.h 59 int id, struct outbound_entry* outbound);
pythonmod.c 699 int id, struct outbound_entry* ATTR_UNUSED(outbound))
  /src/external/bsd/unbound/dist/dynlibmod/
dynlibmod.h 58 int id, struct outbound_entry* outbound);
dynlibmod.c 180 int id, struct outbound_entry* outbound) {
183 de->func_operate(qstate, event, id, outbound);
  /src/external/bsd/unbound/dist/edns-subnet/
subnetmod.h 132 int id, struct outbound_entry* outbound);
  /src/external/bsd/unbound/dist/validator/
validator.h 257 struct outbound_entry* outbound);
  /src/external/bsd/unbound/dist/iterator/
iterator.h 521 struct outbound_entry* outbound);
  /src/external/bsd/unbound/dist/respip/
respip.h 214 struct outbound_entry* outbound);
  /src/external/bsd/unbound/dist/util/
fptr_wlist.h 304 enum module_ev event, int id, struct outbound_entry* outbound));
module.h 379 * sent. Or returns an outbound entry with qsent and qstate set.
773 * @param outbound: if not NULL this event is due to the reply/timeout
774 * or error on this outbound query.
783 int id, struct outbound_entry* outbound);
fptr_wlist.c 495 enum module_ev event, int id, struct outbound_entry* outbound))
  /src/external/gpl3/gcc/dist/gcc/
tree-switch-conversion.cc 843 tree inbound, outbound;
845 inbound = outbound = m_target_vop;
849 outbound = m_target_outbound_names[i++];
853 add_phi_arg (phi, outbound, e2f, UNKNOWN_LOCATION);
842 tree inbound, outbound; local

Completed in 70 milliseconds

1 2