Home
last modified time | relevance | path

Searched refs:addr_to_str (Results 1 – 21 of 21) 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.h343 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.c2499 addr_to_str((void*)&conn->key.paddr.addr,
2582 addr_to_str((void*)&conn->key.paddr.addr,
2632 addr_to_str((void*)&paddr.addr, paddr.addrlen,
2634 addr_to_str((void*)&paddr.localaddr,
5255 addr_to_str(&c->repinfo.remote_addr,
H A Dnet_help.c851 addr_to_str(struct sockaddr_storage* addr, socklen_t addrlen, in addr_to_str() function
/freebsd/contrib/unbound/respip/
H A Drespip.c987 addr_to_str(&ss, ss_len, ip, sizeof(ip)); in respip_rewrite_reply()
989 addr_to_str(&raddr->node.addr, in respip_rewrite_reply()
1328 addr_to_str(addr, addrlen, srcip, sizeof(srcip)); in respip_inform_print()
1329 addr_to_str(&respip_addr->addr, respip_addr->addrlen,
/freebsd/contrib/unbound/daemon/
H A Dacl_list.c804 addr_to_str(addr, addrlen, a, sizeof(a)); in acl_access_to_str()
807 addr_to_str(&acladdr->node.addr, acladdr->node.addrlen,
H A Dcachedump.c861 addr_to_str(&a->addr, a->addrlen, buf, sizeof(buf)); in print_dp_details()
H A Dworker.c1436 addr_to_str(addr, addrlen, addrbuf, sizeof(addrbuf)); in check_ip_ratelimit()
1619 addr_to_str(&repinfo->client_addr, repinfo->client_addrlen, ip, sizeof(ip)); in worker_handle_request()
H A Dremote.c2584 addr_to_str(&a->addr, a->addrlen, buf, sizeof(buf)); in ssl_print_name_dp()
3022 addr_to_str(&e->qsent->addr, e->qsent->addrlen, in get_mesh_status()
3113 addr_to_str(&k->addr, k->addrlen, ip_str, sizeof(ip_str)); in dump_infra_host()
3568 addr_to_str(&k->addr, k->addrlen, ip, sizeof(ip)); in ip_rate_list()
/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.c174 addr_to_str((void*)ub_sock->addr, ub_sock->addrlen, buf, in verbose_print_unbound_socket()
3518 addr_to_str((void*)&timer->conn->key.paddr.addr, in doq_timer_set()
4053 addr_to_str((void*)&conn->key.paddr.addr, in doq_stream_data_complete()
5602 addr_to_str((void*)&conn->key.paddr.addr, conn->key.paddr.addrlen, in doq_conn_log_line()
5604 addr_to_str((void*)&conn->key.paddr.localaddr, in doq_conn_log_line()
H A Doutside_network.c378 addr_to_str(&reuse->addr, reuse->addrlen, addrbuf, sizeof(addrbuf));
1117 addr_to_str(&reuse->addr, reuse->addrlen, buf,
3598 addr_to_str(to_addr, to_addrlen, to, sizeof(to));
3607 addr_to_str(to_addr, to_addrlen, to, sizeof(to));
H A Dlocalzone.c1781 addr_to_str(addr, addrlen, ip, sizeof(ip)); in lz_type()
H A Dauthzone.c3695 addr_to_str(addr, addrlen, buf, len); in addr_port_to_str()
3699 addr_to_str(addr, addrlen, a, sizeof(a)); in addr_port_to_str()
/freebsd/contrib/unbound/testcode/
H A Dunitmain.c282 addr_to_str(&a, alen, astr, sizeof(astr)); in net_test()
289 addr_to_str(&a, alen, astr, sizeof(astr)); in net_test()
H A Dfake_event.c1845 addr_to_str((struct sockaddr_storage*)to_addr, to_addrlen, in outnet_comm_point_for_tcp()
1936 addr_to_str((struct sockaddr_storage*)addr, addrlen, in comm_point_send_udp_msg()
/freebsd/contrib/unbound/services/cache/
H A Dinfra.c1131 addr_to_str((struct sockaddr_storage *)&replylist->remote_addr, in infra_ratelimit_exceeded()
1214 addr_to_str(addr, addrlen, client_ip, sizeof(client_ip)); in infra_ip_ratelimit_inc()
/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1207 addr_to_str(&addr, addrlen, ip, sizeof(ip)); in dtio_mainfdcallback()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c979 addr_to_str(addr, addrlen, clientip_buf, sizeof(clientip_buf)); in log_reply_info()
/freebsd/contrib/unbound/iterator/
H A Diterator.c638 addr_to_str(&qstate->reply->remote_addr, in errinf_reply()