Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/daemon/
H A Dworker.c1228 log_addr(VERB_DETAIL, buf, addr, addrlen); in answer_notify()
1534 log_addr(VERB_CLIENT,"from",&repinfo->client_addr, in worker_handle_request()
1546 log_addr(VERB_CLIENT, "from", &repinfo->client_addr, in worker_handle_request()
1584 log_addr(VERB_ALGO, "request from client", &repinfo->client_addr, repinfo->client_addrlen); in worker_handle_request()
1585log_addr(VERB_ALGO, "to local addr", (void*)repinfo->c->socket->addr, repinfo->c->socket->addrlen); in worker_handle_request()
1609 log_addr(VERB_CLIENT,"from",&repinfo->client_addr, repinfo->client_addrlen); in worker_handle_request()
1638 log_addr(VERB_CLIENT, "from", &repinfo->client_addr, in worker_handle_request()
1656 log_addr(VERB_CLIENT, "from", &repinfo->client_addr, in worker_handle_request()
1675 log_addr(VERB_CLIENT, "from", &repinfo->client_addr, in worker_handle_request()
1693 log_addr(VERB_CLIENT, "from", &repinfo->client_addr, in worker_handle_request()
[all …]
H A Dremote.c507 log_addr(VERB_QUERY, "new control connection from", &addr, addrlen); in remote_accept_callback()
4283 log_addr(VERB_OPS, "failed connection from", in remote_handshake_later()
/freebsd/contrib/unbound/services/
H A Doutside_network.c239 log_addr(VERB_OPS, "for addr", &w->addr, w->addrlen); in pick_outgoing_tcp()
271 log_addr(VERB_ALGO, "tcp bound to src", &pi->addr, pi->addrlen); in pick_outgoing_tcp()
1405 log_addr(VERB_QUERY,
1424 log_addr(VERB_QUERY, "outnettcp: bad ID in reply, from:",
1550 log_addr(VERB_ALGO, "Incoming reply addr =",
2315 log_addr(VERB_ALGO, "from local addr", &pend->pc->pif->addr, pend->pc->pif->addrlen);
2316 log_addr(VERB_ALGO, "request to upstream", &pend->addr, pend->addrlen);
3081 log_addr(VERB_DETAIL, "from server",
3090 log_addr(VERB_DETAIL, "from server",
3155 log_addr(VERB_QUERY, "tcp error for address",
[all …]
/freebsd/contrib/unbound/util/
H A Dnet_help.h156 void log_addr(enum verbosity_value v, const char* str,
H A Dnetevent.c561 log_addr(VERB_OPS, "remote address is",
864 log_addr(VERB_OPS, "remote address is",
3496 log_addr(VERB_OPS, "ssl handshake failed",
3513 log_addr(VERB_ALGO, "SSL connection failed: "
3526 log_addr(VERB_ALGO, buf, &c->repinfo.remote_addr,
3530 log_addr(VERB_ALGO, "SSL connection "
3547 log_addr(VERB_ALGO, "SSL connection failed: "
3556 log_addr(VERB_ALGO, "SSL connection", &c->repinfo.remote_addr,
6674 log_addr(VERB_ALGO, "from local addr", (void*)addr, addrlen);
6675 log_addr(VERB_ALGO, "response to client", client_addr, client_addrlen);
H A Dnet_help.c207 log_addr(enum verbosity_value v, const char* str, in log_addr() function
/freebsd/sbin/camcontrol/
H A Depc.c195 uint16_t log_addr = ATA_POWER_COND_LOG; in epc_list()
202 (log_addr & 0xff); in epc_list()
196 uint16_t log_addr = ATA_POWER_COND_LOG; epc_list() local
/freebsd/contrib/unbound/iterator/
H A Diter_utils.c327 log_addr(VERB_ALGO, "the addr is on the donotquery " in iter_filter_unsuitable()
331 log_addr(VERB_ALGO, "skip addr on the donotquery list", in iter_filter_unsuitable()
361 log_addr(VERB_ALGO, "servselect", &a->addr, a->addrlen); in iter_filter_unsuitable()
1455 log_addr(VERB_ALGO, "copy attempt count previous dp", in iter_merge_retry_counts()
1464 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.c3089 log_addr(VERB_QUERY, "error sending query to auth server", in processQueryTargets()
/freebsd/contrib/unbound/validator/
H A Dval_utils.c1250 log_addr(v, s, &p->addr, p->len); in sock_list_logentry()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dsdio.c334 uint log_addr; /* Log struct address (fixed) */ member
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch208 log_addr(VERB_ALGO, "refused nonrec (cache snoop) query from",
/freebsd/contrib/unbound/doc/
H A DChangelog7687 - unit test for local unix connection. Documentation and log_addr