Home
last modified time | relevance | path

Searched refs:log_addr (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/unbound/daemon/
H A Dworker.c1024 log_addr(VERB_DETAIL, buf, &repinfo->addr, repinfo->addrlen); in answer_notify()
1048 log_addr(VERB_ALGO, "refused query from", in deny_refuse()
1128 log_addr(VERB_CLIENT,"from",&repinfo->addr, in worker_handle_request()
1136 log_addr(VERB_CLIENT, "from", &repinfo->addr, in worker_handle_request()
1176 log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen); in worker_handle_request()
1211 log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen); in worker_handle_request()
1232 log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen); in worker_handle_request()
1250 log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen); in worker_handle_request()
1268 log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen); in worker_handle_request()
1566 log_addr(VERB_CLIENT, "udp request from", in worker_handle_request()
[all …]
H A Dremote.c487 log_addr(VERB_QUERY, "new control connection from", &addr, addrlen); in remote_accept_callback()
3164 log_addr(VERB_OPS, "failed connection from", in remote_handshake_later()
/freebsd-12.1/contrib/unbound/services/
H A Doutside_network.c167 log_addr(VERB_OPS, "for addr", &w->addr, w->addrlen); in pick_outgoing_tcp()
201 log_addr(VERB_ALGO, "tcp bound to src", &pi->addr, pi->addrlen); in pick_outgoing_tcp()
489 log_addr(VERB_QUERY,
577 log_addr(VERB_ALGO, "Incoming reply addr =",
1743 log_addr(VERB_DETAIL, "from server",
1752 log_addr(VERB_DETAIL, "from server",
1809 log_addr(VERB_QUERY, "tcp error for address",
2036 log_addr(VERB_ALGO, "serviced query: EDNS works for",
2053 log_addr(VERB_ALGO, "serviced query: EDNS fails for",
2060 log_addr(VERB_ALGO, "serviced query: EDNS fails, but "
/freebsd-12.1/contrib/unbound/util/
H A Dnet_help.h149 void log_addr(enum verbosity_value v, const char* str,
H A Dnetevent.c382 log_addr(VERB_OPS, "remote address is",
553 log_addr(VERB_OPS, "remote address is",
1139 log_addr(VERB_OPS, "ssl handshake failed", &c->repinfo.addr,
1151 log_addr(VERB_ALGO, "SSL connection failed: "
1163 log_addr(VERB_ALGO, buf, &c->repinfo.addr,
1167 log_addr(VERB_ALGO, "SSL connection "
1180 log_addr(VERB_ALGO, "SSL connection failed: "
1188 log_addr(VERB_ALGO, "SSL connection", &c->repinfo.addr,
H A Dnet_help.c160 log_addr(enum verbosity_value v, const char* str, in log_addr() function
/freebsd-12.1/sbin/camcontrol/
H A Depc.c198 uint16_t log_addr = ATA_POWER_COND_LOG; in epc_list() local
205 (log_addr & 0xff); in epc_list()
/freebsd-12.1/contrib/unbound/iterator/
H A Diter_utils.c234 log_addr(VERB_ALGO, "skip addr on the donotquery list", in iter_filter_unsuitable()
248 log_addr(VERB_ALGO, "servselect", &a->addr, a->addrlen); in iter_filter_unsuitable()
1248 log_addr(VERB_ALGO, "copy attempt count previous dp", in iter_merge_retry_counts()
1257 log_addr(VERB_ALGO, "remove from usable list dp", in iter_merge_retry_counts()
H A Diter_delegpt.c298 log_addr(VERB_ALGO, s, &a->addr, a->addrlen); in delegpt_log()
H A Diterator.c2614 log_addr(VERB_DETAIL, "error sending query to auth server", in processQueryTargets()
/freebsd-12.1/contrib/unbound/validator/
H A Dval_utils.c1084 log_addr(v, s, &p->addr, p->len); in sock_list_logentry()
/freebsd-12.1/contrib/unbound/contrib/
H A Dfastrpz.patch208 log_addr(VERB_ALGO, "refused nonrec (cache snoop) query from",
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog3577 - unit test for local unix connection. Documentation and log_addr