Home
last modified time | relevance | path

Searched refs:DEBUG_DNS (Results 1 – 25 of 34) sorted by relevance

12

/dports/mail/smtpfeed/smtpfeed-1.23/
H A Ddns.c128 if (cnf.debug & DEBUG_DNS)
152 if (cnf.debug & DEBUG_DNS)
341 if (cnf.debug & DEBUG_DNS)
425 if (cnf.debug & DEBUG_DNS)
445 if (cnf.debug & DEBUG_DNS)
450 if (cnf.debug & DEBUG_DNS)
498 if (cnf.debug & DEBUG_DNS)
504 if (cnf.debug & DEBUG_DNS)
1041 if (cnf.debug & DEBUG_DNS)
1073 if (cnf.debug & DEBUG_DNS)
[all …]
H A Dcommon.h372 # define DEBUG_DNS 0x0010 macro
H A Dmain.c223 cnf.debug |= DEBUG_DNS;
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A DIPcheck.c245 …Debug((DEBUG_DNS, "IPcheck expiring registry for %s (no clients connected).", ircd_ntoa(&entry->ad… in ip_registry_expire_entry()
395 …Debug((DEBUG_DNS, "IPcheck added new registry for local connection from %s.", ircd_ntoa(&entry->ad… in ip_registry_check_local()
433 Debug((DEBUG_DNS, "IPcheck refusing local connection from %s: too fast.", ircd_ntoa(addr))); in ip_registry_check_local()
437 Debug((DEBUG_DNS, "IPcheck accepting local connection from %s.", ircd_ntoa(&entry->addr))); in ip_registry_check_local()
458 …Debug((DEBUG_DNS, "IPcheck accepting remote connection from invalid %s.", ircd_ntoa(&cli_ip(cptr))… in ip_registry_check_remote()
478 …Debug((DEBUG_DNS, "IPcheck added new registry for remote connection from %s.", ircd_ntoa(&entry->a… in ip_registry_check_remote()
498 Debug((DEBUG_DNS, "IPcheck counting remote connection from %s.", ircd_ntoa(&entry->addr))); in ip_registry_check_remote()
520 … Debug((DEBUG_DNS, "IPcheck noting local connection failure for %s.", ircd_ntoa(&entry->addr))); in ip_registry_connect_fail()
548 Debug((DEBUG_DNS, "IPcheck noting local connection success for %s.", ircd_ntoa(&entry->addr))); in ip_registry_connect_succeeded()
563 Debug((DEBUG_DNS, "IPcheck noting dicconnect from invalid %s.", ircd_ntoa(&cli_ip(cptr)))); in ip_registry_disconnect()
[all …]
H A Dircd_res.c347 Debug((DEBUG_DNS, "Request %p out of retries; destroying", request)); in timeout_resolver()
388 Debug((DEBUG_DNS, "Removing request %p with vptr %p", request, vptr)); in delete_resolver_queries()
438 Debug((DEBUG_DNS, "find_id(%d) -> %p", id, request)); in find_id()
443 Debug((DEBUG_DNS, "find_id(%d) -> NULL", id)); in find_id()
495 …Debug((DEBUG_DNS, "Requesting DNS %s %s as %p", (request->state == REQ_AAAA ? "AAAA" : "A"), host_… in do_query_name()
556 Debug((DEBUG_DNS, "Requesting DNS PTR %s as %p", ipbuf, request)); in do_query_number()
822 …Debug((DEBUG_DNS, "Request %p has bad response (state %d type %d rcode %d)", request, request->sta… in res_readreply()
865 Debug((DEBUG_DNS, "Request %p PTR had empty name", request)); in res_readreply()
881 Debug((DEBUG_DNS, "Request %p switching to forward resolution", request)); in res_readreply()
890 Debug((DEBUG_DNS, "Request %p got forward resolution", request)); in res_readreply()
[all …]
H A Ds_conf.c1158 Debug((DEBUG_DNS, "ch_cl: access denied: %s[%s]", in conf_check_client()
1178 Debug((DEBUG_DNS, "sv_cl: check access for %s[%s]", in conf_check_server()
1182 Debug((DEBUG_DNS, "No C/N lines for %s", cli_sockhost(cptr))); in conf_check_server()
1221 Debug((DEBUG_DNS, "sv_cl: access denied: %s[%s@%s]", in conf_check_server()
1233 Debug((DEBUG_DNS, "sv_cl: access ok: %s[%s]", in conf_check_server()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/
H A Ddns.cpp61 #undef DEBUG_DNS
127 #ifdef DEBUG_DNS in getHostByName()
148 #ifdef DEBUG_DNS in getHostByName()
163 #ifdef DEBUG_DNS in getHostByName()
176 #ifdef DEBUG_DNS in getHostByName()
/dports/net/p5-POE-Component-Client-Keepalive/POE-Component-Client-Keepalive-0.272/lib/POE/Component/Client/
H A DKeepalive.pm26 DEBUG_DNS => (DEBUG || 0), constant
503 DEBUG_DNS and warn "DNS: canceling request for $address\n";
521 DEBUG_DNS and warn "DNS: canceled all requests for $address";
1015 DEBUG_DNS and warn "DNS: $host is a dotted quad; skipping lookup";
1022 DEBUG_DNS and warn "DNS: $host is piggybacking on a pending lookup.\n";
1042 DEBUG_DNS and warn "DNS: looking up $host in the background.\n";
1056 DEBUG_DNS and warn "DNS: got response for request address $request_address";
1078 DEBUG_DNS and warn "DNS: resolver error = $response_error";
1085 DEBUG_DNS and warn "DNS: got a response";
1091 DEBUG_DNS and warn "DNS: $request_address resolves to $numeric";
[all …]
/dports/ftp/omi/omi/
H A Domi.h77 #define DEBUG_DNS 0x0002000 // DNS look-ups macro
98 | DEBUG_DNS | DEBUG_CONNECT | DEBUG_RETRY \
H A Dftp.c558 if (cc->debug & DEBUG_DNS) in get_ip()
598 if (cc->debug & DEBUG_DNS) in ftp_rawopen()
644 if (cc->debug & DEBUG_DNS) in ftp_rawopen()
/dports/irc/irc/irc2.11.2p3/ircd/
H A Dres.c246 Debug((DEBUG_DNS,"timeout_query_list at %s",myctime(now))); in timeout_query_list()
461 Debug((DEBUG_DNS,"do_query_name(): %s ", hname)); in do_query_name()
694 Debug((DEBUG_DNS, in proc_answer()
933 Debug((DEBUG_DNS, "Fatal DNS error %d for %d", in get_res()
951 Debug((DEBUG_DNS, "%s", buffer)); in get_res()
965 Debug((DEBUG_DNS, "relookup %s <-> %s", rptr->he.h_name, in get_res()
1001 Debug((DEBUG_DNS, "Copied CNAME %s for %s", in get_res()
1054 Debug((DEBUG_DNS,"getres_err: didn't work " in get_res()
1228 Debug((DEBUG_DNS,"u_l:add name %s hal %x ac %d", in update_list()
1285 Debug((DEBUG_DNS,"u_l:add IP %s hal %x ac %d", in update_list()
[all …]
H A Ds_bsd.c113 Debug((DEBUG_DNS,"ircd_res_init()")); in add_local_domain()
884 Debug((DEBUG_DNS,"sockn %x",sockn)); in check_init()
885 Debug((DEBUG_DNS,"sockn %s",sockn)); in check_init()
909 Debug((DEBUG_DNS, "ch_cl: check access for %s[%s]", in check_client()
957 Debug((DEBUG_DNS,"ch_cl: access denied: %s[%s]", in check_client()
962 Debug((DEBUG_DNS, "ch_cl: access ok: %s[%s]", in check_client()
1012 Debug((DEBUG_DNS,"No C/N lines for %s", name)); in check_server_init()
1076 Debug((DEBUG_DNS,"sv_ci:cache lookup (%s)",s)); in check_server_init()
1239 Debug((DEBUG_DNS,"sv_cl: access ok: %s[%s]", in check_server()
1778 Debug((DEBUG_DNS, "lookup %s", in add_connection()
[all …]
/dports/comms/direwolf/direwolf-1.6/src/
H A Daclients.c444 #if DEBUG_DNS in client_thread_net()
449 #if DEBUG_DNS in client_thread_net()
457 #if DEBUG_DNS in client_thread_net()
494 #ifndef DEBUG_DNS in client_thread_net()
H A Digate.c665 #if DEBUG_DNS in connnect_thread()
671 #if DEBUG_DNS in connnect_thread()
688 #if DEBUG_DNS in connnect_thread()
730 #ifndef DEBUG_DNS in connnect_thread()
H A Ddwsock.c263 #ifndef DEBUG_DNS in dwsock_connect()
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Ds_debug.h39 #define DEBUG_DNS 4 /**< used by all DNS related routines - a *lot* */ macro
/dports/irc/evangeline/evangeline-msa/modules/dns.mod/
H A Ddns.h67 #ifdef DEBUG_DNS
H A Dcoredns.c70 #ifdef DEBUG_DNS
83 #ifdef DEBUG_DNS
107 #ifdef DEBUG_DNS
182 #ifdef DEBUG_DNS
193 #ifdef DEBUG_DNS
/dports/irc/evangeline/evangeline/modules/dns.mod/
H A Ddns.h67 #ifdef DEBUG_DNS
H A Dcoredns.c70 #ifdef DEBUG_DNS
83 #ifdef DEBUG_DNS
107 #ifdef DEBUG_DNS
182 #ifdef DEBUG_DNS
193 #ifdef DEBUG_DNS
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/dns.mod/
H A Ddns.h68 #ifdef DEBUG_DNS
H A Dcoredns.c74 #ifdef DEBUG_DNS
196 #ifdef DEBUG_DNS
219 #ifdef DEBUG_DNS
/dports/security/snort/snort-2.9.18/src/
H A Dsnort_debug.h69 #define DEBUG_DNS 0x0000008000000000LL macro
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/dns/
H A Dspp_dns.c1264 DebugMessage(DEBUG_DNS, in ParseDNSResponseMessage()
1292 DebugMessage(DEBUG_DNS, in ParseDNSResponseMessage()
1336 DebugMessage(DEBUG_DNS, in ParseDNSResponseMessage()
1394 DebugMessage(DEBUG_DNS, in ParseDNSResponseMessage()
1452 DebugMessage(DEBUG_DNS, in ParseDNSResponseMessage()
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_bsd.c310 Debug((DEBUG_DNS, "res_init()")); in add_local_domain()
852 Debug((DEBUG_DNS, "ch_cl: check access for %s[%s]", in check_client()
883 Debug((DEBUG_DNS, "ch_cl: access ok: %s[%s]", cptr->name, sockname)); in check_client()
1861 Debug((DEBUG_DNS, "Doing DNS async..")); in read_message()

12