Home
last modified time | relevance | path

Searched refs:addr_to_str (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/unbound/contrib/
H A Ddrop-tld.diff6 addr_to_str(&repinfo->addr, repinfo->addrlen, ip, sizeof(ip));
/freebsd/contrib/unbound/util/
H A Dnet_help.h331 void addr_to_str(struct sockaddr_storage* addr, socklen_t addrlen,
H A Dmodule.c126 addr_to_str(&p->addr, p->len, buf+strlen(buf), in errinf_origin()
H A Dnetevent.c2468 addr_to_str((void*)&conn->key.paddr.addr,
2551 addr_to_str((void*)&conn->key.paddr.addr,
2601 addr_to_str((void*)&paddr.addr, paddr.addrlen,
2603 addr_to_str((void*)&paddr.localaddr,
5242 addr_to_str(&c->repinfo.remote_addr,
H A Dnet_help.c796 addr_to_str(struct sockaddr_storage* addr, socklen_t addrlen, in addr_to_str() function
/freebsd/contrib/unbound/respip/
H A Drespip.c968 addr_to_str(&ss, ss_len, ip, sizeof(ip)); in respip_rewrite_reply()
970 addr_to_str(&raddr->node.addr, in respip_rewrite_reply()
1306 addr_to_str(addr, addrlen, srcip, sizeof(srcip)); in respip_inform_print()
1307 addr_to_str(&respip_addr->addr, respip_addr->addrlen, in respip_inform_print()
/freebsd/contrib/unbound/daemon/
H A Dacl_list.c813 addr_to_str(addr, addrlen, a, sizeof(a)); in log_acl_action()
816 addr_to_str(&acladdr->node.addr, acladdr->node.addrlen, in log_acl_action()
H A Dremote.c2160 addr_to_str(&a->addr, a->addrlen, buf, sizeof(buf)); in ssl_print_name_dp()
2598 addr_to_str(&e->qsent->addr, e->qsent->addrlen, in get_mesh_status()
2689 addr_to_str(&k->addr, k->addrlen, ip_str, sizeof(ip_str)); in dump_infra_host()
3118 addr_to_str(&k->addr, k->addrlen, ip, sizeof(ip)); in ip_rate_list()
H A Dcachedump.c738 addr_to_str(&a->addr, a->addrlen, buf, sizeof(buf)); in print_dp_details()
H A Dworker.c1347 addr_to_str(addr, addrlen, addrbuf, sizeof(addrbuf)); in check_ip_ratelimit()
1530 addr_to_str(&repinfo->client_addr, repinfo->client_addrlen, ip, sizeof(ip)); in worker_handle_request()
/freebsd/contrib/unbound/services/
H A Drpz.c1642 addr_to_str(&addrnode->addr, addrnode->addrlen, addrbuf, sizeof(addrbuf)); in log_rpz_apply()
1648 addr_to_str(&repinfo->client_addr, repinfo->client_addrlen, ip, sizeof(ip)); in log_rpz_apply()
1651 addr_to_str(&ms->mesh_info->reply_list->query_reply.client_addr, in log_rpz_apply()
1685 addr_to_str(addr, addrlen, ip, sizeof(ip)); in rpz_ipbased_trigger_lookup()
1686 addr_to_str(&raddr->node.addr, raddr->node.addrlen, in rpz_ipbased_trigger_lookup()
H A Dlisten_dnsport.c171 addr_to_str((void*)ub_sock->addr, ub_sock->addrlen, buf, in verbose_print_unbound_socket()
3488 addr_to_str((void*)&timer->conn->key.paddr.addr, in doq_timer_set()
4017 addr_to_str((void*)&conn->key.paddr.addr, in doq_stream_data_complete()
5540 addr_to_str((void*)&conn->key.paddr.addr, conn->key.paddr.addrlen, in doq_conn_log_line()
5542 addr_to_str((void*)&conn->key.paddr.localaddr, in doq_conn_log_line()
H A Doutside_network.c364 addr_to_str(&reuse->addr, reuse->addrlen, addrbuf, sizeof(addrbuf));
1102 addr_to_str(&reuse->addr, reuse->addrlen, buf,
3583 addr_to_str(to_addr, to_addrlen, to, sizeof(to));
3592 addr_to_str(to_addr, to_addrlen, to, sizeof(to));
H A Dlocalzone.c1771 addr_to_str(addr, addrlen, ip, sizeof(ip)); in lz_inform_print()
H A Dauthzone.c3701 addr_to_str(addr, addrlen, buf, len); in addr_port_to_str()
3705 addr_to_str(addr, addrlen, a, sizeof(a)); in addr_port_to_str()
/freebsd/contrib/unbound/services/cache/
H A Dinfra.c1091 addr_to_str((struct sockaddr_storage *)&replylist->remote_addr, in infra_ratelimit_inc()
1174 addr_to_str(addr, addrlen, client_ip, sizeof(client_ip)); in check_ip_ratelimit()
/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1206 addr_to_str(&addr, addrlen, ip, sizeof(ip)); in dtio_mainfdcallback()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c983 addr_to_str(addr, addrlen, clientip_buf, sizeof(clientip_buf)); in log_reply_info()
/freebsd/contrib/unbound/iterator/
H A Diterator.c649 addr_to_str(&qstate->reply->remote_addr, in errinf_reply()