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 687 * \param outbound State of a DNS query on an authoritative server. We never do
693 struct outbound_entry* outbound)
696 (void)outbound;
  /src/external/bsd/unbound/dist/ipsecmod/
ipsecmod.h 82 int id, struct outbound_entry* outbound);
ipsecmod.c 564 struct outbound_entry* outbound)
591 if(iq && outbound) {
594 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 410 struct outbound_entry *outbound) {
441 if (iq && outbound) {
444 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 933 struct outbound_entry* outbound)
959 if(iq && outbound) {
962 cachedb_process_response(qstate, iq, ie, id, outbound, event);
  /src/external/bsd/unbound/dist/pythonmod/
pythonmod.h 59 int id, struct outbound_entry* 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 142 int id, struct outbound_entry* outbound);
  /src/external/bsd/unbound/dist/validator/
validator.h 270 struct outbound_entry* outbound);
  /src/external/bsd/unbound/dist/respip/
respip.h 214 struct outbound_entry* outbound);
  /src/external/bsd/unbound/dist/iterator/
iterator.h 539 struct outbound_entry* outbound);
  /src/external/bsd/unbound/dist/util/
fptr_wlist.h 306 enum module_ev event, int id, struct outbound_entry* outbound));
module.h 381 * sent. Or returns an outbound entry with qsent and qstate set.
797 * @param outbound: if not NULL this event is due to the reply/timeout
798 * or error on this outbound query.
807 int id, struct outbound_entry* outbound);
fptr_wlist.c 498 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
  /src/external/gpl3/gcc.old/dist/gcc/
tree-switch-conversion.cc 798 tree inbound, outbound;
800 inbound = outbound = m_target_vop;
804 outbound = m_target_outbound_names[i++];
808 add_phi_arg (phi, outbound, e2f, UNKNOWN_LOCATION);
797 tree inbound, outbound; local

Completed in 70 milliseconds

1 2