Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/daemon/
H A Dworker.c1100 log_addr(VERB_DETAIL, buf, addr, addrlen); in answer_notify()
1422 log_addr(VERB_CLIENT,"from",&repinfo->client_addr, in worker_handle_request()
1515 log_addr(VERB_CLIENT, "from", &repinfo->client_addr, in worker_handle_request()
1536 log_addr(VERB_CLIENT, "from", &repinfo->client_addr, in worker_handle_request()
1554 log_addr(VERB_CLIENT, "from", &repinfo->client_addr, in worker_handle_request()
1576 log_addr(VERB_CLIENT, "from", &repinfo->client_addr, in worker_handle_request()
1650 log_addr(VERB_ALGO, "from",&repinfo->remote_addr in worker_handle_request()
1670 log_addr(VERB_CLIENT, "from", &repinfo->client_addr, in worker_handle_request()
1676 log_addr(VERB_CLIENT, "from", &repinfo->client_addr, in worker_handle_request()
1917 log_addr(VERB_CLIENT, "udp request from", in worker_handle_request()
[all …]
H A Dremote.c459 log_addr(VERB_QUERY, "new control connection from", &addr, addrlen); in remote_accept_callback()
3727 log_addr(VERB_OPS, "failed connection from", in remote_handshake_later()
/freebsd-14.2/contrib/unbound/services/
H A Doutside_network.c226 log_addr(VERB_OPS, "for addr", &w->addr, w->addrlen); in pick_outgoing_tcp()
1343 log_addr(VERB_QUERY,
1362 log_addr(VERB_QUERY, "outnettcp: bad ID in reply, from:",
1488 log_addr(VERB_ALGO, "Incoming reply addr =",
3015 log_addr(VERB_DETAIL, "from server",
3024 log_addr(VERB_DETAIL, "from server",
3089 log_addr(VERB_QUERY, "tcp error for address",
3315 log_addr(VERB_ALGO, "to local addr", &p->pc->pif->addr,
3341 log_addr(VERB_ALGO, "serviced query: EDNS works for",
3358 log_addr(VERB_ALGO, "serviced query: EDNS fails for",
[all …]
/freebsd-14.2/contrib/unbound/util/
H A Dnet_help.h156 void log_addr(enum verbosity_value v, const char* str,
H A Dnetevent.c541 log_addr(VERB_OPS, "remote address is",
838 log_addr(VERB_OPS, "remote address is",
3459 log_addr(VERB_OPS, "ssl handshake failed",
3476 log_addr(VERB_ALGO, "SSL connection failed: "
3489 log_addr(VERB_ALGO, buf, &c->repinfo.remote_addr,
3493 log_addr(VERB_ALGO, "SSL connection "
3510 log_addr(VERB_ALGO, "SSL connection failed: "
3519 log_addr(VERB_ALGO, "SSL connection", &c->repinfo.remote_addr,
6634 log_addr(VERB_ALGO, "from local addr", (void*)addr, addrlen);
6635 log_addr(VERB_ALGO, "response to client", client_addr, client_addrlen);
H A Dnet_help.c205 log_addr(enum verbosity_value v, const char* str, in log_addr() function
/freebsd-14.2/sbin/camcontrol/
H A Depc.c195 uint16_t log_addr = ATA_POWER_COND_LOG; in epc_list() local
202 (log_addr & 0xff); in epc_list()
/freebsd-14.2/contrib/unbound/iterator/
H A Diter_utils.c266 log_addr(VERB_ALGO, "skip addr on the donotquery list", in iter_filter_unsuitable()
281 log_addr(VERB_ALGO, "servselect", &a->addr, a->addrlen); in iter_filter_unsuitable()
1374 log_addr(VERB_ALGO, "copy attempt count previous dp", in iter_merge_retry_counts()
1383 log_addr(VERB_ALGO, "remove from usable list dp", in iter_merge_retry_counts()
H A Diter_delegpt.c319 log_addr(VERB_ALGO, s, &a->addr, a->addrlen); in delegpt_log()
H A Diterator.c3108 log_addr(VERB_QUERY, "error sending query to auth server", in processQueryTargets()
/freebsd-14.2/contrib/unbound/validator/
H A Dval_utils.c1250 log_addr(v, s, &p->addr, p->len); in sock_list_logentry()
/freebsd-14.2/contrib/unbound/contrib/
H A Dfastrpz.patch208 log_addr(VERB_ALGO, "refused nonrec (cache snoop) query from",
/freebsd-14.2/contrib/unbound/doc/
H A DChangelog6641 - unit test for local unix connection. Documentation and log_addr