Home
last modified time | relevance | path

Searched refs:log_query_in (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/unbound/contrib/
H A Ddrop-tld.diff7 log_query_in(ip, qinfo.qname, qinfo.qtype, qinfo.qclass);
/freebsd-14.2/contrib/unbound/util/
H A Dnet_help.h266 void log_query_in(const char* str, uint8_t* name, uint16_t type,
H A Dnet_help.c576 log_query_in(const char* str, uint8_t* name, uint16_t type, uint16_t dclass) in log_query_in() function
/freebsd-14.2/contrib/unbound/daemon/
H A Dworker.c1531 log_query_in(ip, qinfo.qname, qinfo.qtype, qinfo.qclass); in worker_handle_request()