Symbol: inet_ntop
games/hunt/hunt/list.c
147
name = inet_ntop(AF_INET, &sin->sin_addr,
games/hunt/huntd/answer.c
522
bf = inet_ntop(AF_INET, &sa->sin_addr, buf, sizeof buf);
include/arpa/inet.h
128
const char *inet_ntop(int, const void *__restrict, char *__restrict,
lib/libagentx/ax.c
862
if (inet_ntop(PF_INET, vb->avb_data.avb_ostring.aos_string,
lib/libc/asr/asr_debug.c
115
snprintf(buf, max, "%s", inet_ntop(AF_INET,
lib/libc/asr/asr_debug.c
121
snprintf(buf, max, "%s", inet_ntop(AF_INET6,
lib/libc/asr/asr_debug.c
238
inet_ntop(AF_INET, &s.sin->sin_addr, h, sizeof h);
lib/libc/asr/asr_debug.c
242
inet_ntop(AF_INET6, &s.sin6->sin6_addr, h, sizeof h);
lib/libc/asr/getnameinfo.c
67
if (inet_ntop(sa->sa_family, addr, tmp, sizeof(tmp)) == NULL)
lib/libc/asr/getnameinfo_async.c
264
if (inet_ntop(as->as.ni.sa.sa.sa_family, addr, buf, buflen) == NULL)
lib/libc/hidden/arpa/inet.h
33
PROTO_NORMAL(inet_ntop);
lib/libc/net/inet_net_ntop.c
150
if (inet_ntop(AF_INET6, src, buf, size) == NULL)
lib/libc/net/inet_ntop.c
58
DEF_WEAK(inet_ntop);
libexec/spamd/spamd.c
539
inet_ntop(af, ia, c + i, (len - i));
libexec/spamlogd/spamlogd.c
270
inet_ntop(af, &ip->ip_src, ipstraddr,
libexec/spamlogd/spamlogd.c
273
inet_ntop(af, &ip->ip_dst, ipstraddr,
regress/lib/libc/asr/bin/common.c
280
printf(" %s", inet_ntop(e->h_addrtype, *c, buf, sizeof buf));
regress/lib/libc/asr/bin/common.c
300
printf("net = %s\n", inet_ntop(e->n_addrtype, &addr, buf, sizeof buf));
regress/lib/libc/asr/bin/common.c
377
inet_ntop(AF_INET, &((struct sockaddr_in*)sa)->sin_addr,
regress/lib/libc/asr/bin/common.c
381
inet_ntop(AF_INET6, &((struct sockaddr_in6*)sa)->sin6_addr,
regress/lib/libc/asr/bin/res_mkquery.c
283
inet_ntop(AF_INET, &((struct sockaddr_in*)sa)->sin_addr, buf, len);
regress/lib/libc/asr/bin/res_mkquery.c
286
inet_ntop(AF_INET6, &((struct sockaddr_in6*)sa)->sin6_addr, buf, len);
regress/lib/libc/asr/bin/res_query.c
319
inet_ntop(AF_INET, &((struct sockaddr_in*)sa)->sin_addr, buf, len);
regress/lib/libc/asr/bin/res_query.c
322
inet_ntop(AF_INET6, &((struct sockaddr_in6*)sa)->sin6_addr, buf, len);
regress/sys/net/pf_print/pf_print_test.c
84
if (!inet_ntop(AF_INET6, &addr.v6, str, sizeof(str)))
regress/sys/netinet/bindconnect/bindconnect.c
426
err(1, "bind %s", inet_ntop(af, &addr, buf, sizeof(buf)));
regress/sys/netinet/sendsrcaddr/runtest.c
158
inet_ntop(from_sin->sin_family, &from_sin->sin_addr,
regress/sys/netinet/sendsrcaddr/runtest.c
175
inet_ntop(src->sin_family, &src->sin_addr, addr, sizeof(addr));
regress/sys/netinet/sendsrcaddr/runtest.c
255
inet_ntop(dst->sin_family, &dst->sin_addr, addr, sizeof(addr));
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
104
if (inet_ntop(AF_INET, &p->v4, buf, sizeof(buf)) == NULL)
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
107
if (inet_ntop(AF_INET6, &p->v6, buf, sizeof(buf)) == NULL)
regress/usr.sbin/rpki-client/test-ip.c
73
inet_ntop((afiv == 1) ? AF_INET : AF_INET6, ip.min, buf, sizeof(buf));
regress/usr.sbin/rpki-client/test-ip.c
75
inet_ntop((afiv == 1) ? AF_INET : AF_INET6, ip.max, buf, sizeof(buf));
sbin/dhcp6leased/dhcp6leased.c
1044
i, inet_ntop(AF_INET6, &imsg_lease_info->pds[i].prefix,
sbin/dhcp6leased/dhcp6leased.c
1119
inet_ntop(AF_INET6, &imsg_ifinfo->pds[i].prefix,
sbin/dhcp6leased/engine.c
1004
ntohl(iaprefix.vltime), inet_ntop(AF_INET6,
sbin/dhcp6leased/engine.c
1338
"server %s", i, inet_ntop(AF_INET6, &pd->prefix, ntopbuf,
sbin/dhcp6leased/engine.c
1360
inet_ntop(AF_INET6, &iface->pds[i].prefix, ntopbuf,
sbin/dhcp6leased/engine.c
1363
inet_ntop(AF_INET6, &iface->new_pds[i].prefix,
sbin/dhcp6leased/engine.c
1407
"server %s", i, inet_ntop(AF_INET6, &pd->prefix, ntopbuf,
sbin/dhcp6leased/engine.c
1452
" from server %s", if_name, i, inet_ntop(AF_INET6,
sbin/dhcp6leased/engine.c
1526
reconfigure_action_name[action], inet_ntop(AF_INET6,
sbin/dhcp6leased/engine.c
893
__func__, pd->pltime, pd->vltime, inet_ntop(AF_INET6,
sbin/dhcp6leased/printconf.c
58
inet_ntop(AF_INET6, &ia6, ntopbuf, INET6_ADDRSTRLEN);
sbin/dhcpleased/dhcpleased.c
904
if (inet_ntop(AF_INET, &imsg->addr, ip_ntop_buf, sizeof(ip_ntop_buf)) ==
sbin/dhcpleased/dhcpleased.c
913
if (inet_ntop(AF_INET, &imsg->siaddr, nextserver_ntop_buf,
sbin/dhcpleased/engine.c
1003
inet_ntop(AF_INET,
sbin/dhcpleased/engine.c
1032
"(%lu/%lu)", inet_ntop(AF_INET,
sbin/dhcpleased/engine.c
1680
inet_ntop(AF_INET, &iface->requested_ip, hbuf_lease,
sbin/dhcpleased/engine.c
1682
inet_ntop(AF_INET, &iface->server_identifier, hbuf_server,
sbin/dhcpleased/engine.c
1793
inet_ntop(AF_INET, &iface->server_identifier, hbuf_server,
sbin/dhcpleased/engine.c
1798
inet_ntop(AF_INET, &iface->nameservers[i], hbuf_rdns,
sbin/dhcpleased/engine.c
1890
log_debug("dhcp_hdr ciaddr: %s", inet_ntop(AF_INET, &dhcp_hdr->ciaddr,
sbin/dhcpleased/engine.c
1892
log_debug("dhcp_hdr yiaddr: %s", inet_ntop(AF_INET, &dhcp_hdr->yiaddr,
sbin/dhcpleased/engine.c
1894
log_debug("dhcp_hdr siaddr: %s", inet_ntop(AF_INET, &dhcp_hdr->siaddr,
sbin/dhcpleased/engine.c
1896
log_debug("dhcp_hdr giaddr: %s", inet_ntop(AF_INET, &dhcp_hdr->giaddr,
sbin/dhcpleased/engine.c
818
if (inet_ntop(AF_INET, &ip->ip_src, hbuf_src, sizeof(hbuf_src)) == NULL)
sbin/dhcpleased/engine.c
820
if (inet_ntop(AF_INET, &ip->ip_dst, hbuf_dst, sizeof(hbuf_dst)) == NULL)
sbin/dhcpleased/engine.c
955
inet_ntop(AF_INET, &server_identifier,
sbin/dhcpleased/engine.c
979
inet_ntop(AF_INET, &subnet_mask, hbuf,
sbin/dhcpleased/printconf.c
123
if (inet_ntop(AF_INET, &iface->ignore_servers[i],
sbin/ifconfig/ifconfig.c
5696
inet_ntop(AF_INET, &spd.dns[i], astr, sizeof(astr)));
sbin/ifconfig/ifconfig.c
6048
inet_ntop(wg_aip->a_af, &wg_aip->a_addr,
sbin/ifconfig/ifconfig.c
6269
inet_ntop(AF_INET, &mi.ipv4dns[i], astr, sizeof(astr)));
sbin/ifconfig/ifconfig.c
6276
inet_ntop(AF_INET6, &mi.ipv6dns[i], astr, sizeof(astr)));
sbin/ipsecctl/ipsecctl.c
398
if (inet_ntop(ipa->af, &ipa->address, buf, sizeof(buf)) == NULL)
sbin/isakmpd/pf_key_v2.c
1741
if (inet_ntop(AF_INET, id + ISAKMP_ID_DATA_OFF - ISAKMP_GEN_SZ,
sbin/isakmpd/pf_key_v2.c
1755
if (inet_ntop(AF_INET6,
sbin/isakmpd/pf_key_v2.c
1771
if (inet_ntop(AF_INET, addr, addrbuf, ADDRESS_MAX) == NULL)
sbin/isakmpd/pf_key_v2.c
1788
if (inet_ntop(AF_INET6, addr, addrbuf, ADDRESS_MAX) == NULL)
sbin/isakmpd/pf_key_v2.c
2456
if (inet_ntop(AF_INET,
sbin/isakmpd/pf_key_v2.c
2463
if (inet_ntop(AF_INET,
sbin/isakmpd/pf_key_v2.c
2470
if (inet_ntop(AF_INET,
sbin/isakmpd/pf_key_v2.c
2476
if (inet_ntop(AF_INET,
sbin/isakmpd/pf_key_v2.c
2497
if (inet_ntop(AF_INET6,
sbin/isakmpd/pf_key_v2.c
2504
if (inet_ntop(AF_INET6,
sbin/isakmpd/pf_key_v2.c
2511
if (inet_ntop(AF_INET6,
sbin/isakmpd/pf_key_v2.c
2517
if (inet_ntop(AF_INET6,
sbin/isakmpd/pf_key_v2.c
2555
if (inet_ntop(AF_INET,
sbin/isakmpd/pf_key_v2.c
2567
if (inet_ntop(AF_INET6,
sbin/isakmpd/pf_key_v2.c
2584
if (inet_ntop(AF_INET,
sbin/isakmpd/pf_key_v2.c
2594
if (inet_ntop(AF_INET6,
sbin/pfctl/parse.y
4669
if (inet_ntop(af, &h->addr.v.a.addr, a,
sbin/pfctl/pf_print_state.c
126
if (inet_ntop(af, addr, buf, sizeof(buf)) == NULL)
sbin/pfctl/pfctl_optimize.c
1219
DEBUG("<%s> adding %s/%d", (*tbl)->pt_name, inet_ntop(af,
sbin/pfctl/pfctl_table.c
464
inet_ntop(ad->pfra_af, &ad->pfra_u, buf, sizeof(buf));
sbin/pfctl/pfctl_table.c
471
inet_ntop(rad->pfra_af, &rad->pfra_u, buf, sizeof(buf));
sbin/ping/ping.c
1942
if (!inet_ntop(AF_INET6, in6, ntopbuf,
sbin/ping/ping.c
2135
if (!inet_ntop(AF_INET6, &red->nd_rd_dst, ntop_buf,
sbin/ping/ping.c
2139
if (!inet_ntop(AF_INET6, &red->nd_rd_target, ntop_buf,
sbin/ping/ping.c
2168
if (!inet_ntop(AF_INET6, &ip6->ip6_src, ntop_buf, sizeof(ntop_buf)))
sbin/ping/ping.c
2171
if (!inet_ntop(AF_INET6, &ip6->ip6_dst, ntop_buf, sizeof(ntop_buf)))
sbin/route/route.c
1231
warnx("v4: %s", inet_ntop(AF_INET, &ns4[i], buf,
sbin/route/route.c
1234
warnx("v6: %s", inet_ntop(AF_INET6, &ns6[i], buf,
sbin/route/route.c
2068
which, inet_ntop(AF_INET6, &su->sin6.sin6_addr,
sbin/route/route.c
2231
printf("%s%s", inet_ntop(AF_INET6, &in6, ntopbuf,
sbin/route/route.c
2320
inet_ntop(AF_INET6, &prefix, ntopbuf,
sbin/slaacd/engine.c
1800
inet_ntop(AF_INET6, &prf->nd_opt_pi_prefix,
sbin/slaacd/engine.c
1846
log_debug("\t\t\t%s", inet_ntop(AF_INET6, in6,
sbin/slaacd/frontend.c
980
*hlimp, inet_ntop(AF_INET6, &icmp6ev->from.sin6_addr,
sbin/slaacd/frontend.c
988
len, inet_ntop(AF_INET6, &icmp6ev->from.sin6_addr,
sbin/unwind/libunbound/config.h
1415
const char *inet_ntop(int af, const void *src, char *dst, size_t size);
sbin/unwind/libunbound/config.h
1517
const char *inet_ntop(int af, const void *src, char *dst, size_t size);
sbin/unwind/libunbound/iterator/iterator.c
613
if(inet_ntop(AF_INET, &iq->fail_addr.in, buf,
sbin/unwind/libunbound/iterator/iterator.c
619
if(inet_ntop(AF_INET6, &iq->fail_addr.in6, buf,
sbin/unwind/libunbound/services/listen_dnsport.c
152
if(inet_ntop(addr->ai_family, sinaddr, buf,
sbin/unwind/libunbound/services/listen_dnsport.c
1743
if(!inet_ntop(family, &in4->sin_addr, a4, sizeof(a4))) {
sbin/unwind/libunbound/services/listen_dnsport.c
1757
if(!inet_ntop(family, &in6->sin6_addr, a6, sizeof(a6))) {
sbin/unwind/libunbound/sldns/wire2str.c
1056
if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str)) == NULL)
sbin/unwind/libunbound/sldns/wire2str.c
1063
if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str)) == NULL)
sbin/unwind/libunbound/sldns/wire2str.c
1085
if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL)
sbin/unwind/libunbound/sldns/wire2str.c
1092
if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL)
sbin/unwind/libunbound/sldns/wire2str.c
1431
if(!inet_ntop(AF_INET, *d, buf, (socklen_t)sizeof(buf)))
sbin/unwind/libunbound/sldns/wire2str.c
1445
if(!inet_ntop(AF_INET6, *d, buf, (socklen_t)sizeof(buf)))
sbin/unwind/libunbound/sldns/wire2str.c
2267
if(!inet_ntop(AF_INET, ip4, buf, (socklen_t)sizeof(buf))) {
sbin/unwind/libunbound/sldns/wire2str.c
2286
if(!inet_ntop(AF_INET6, ip6, buf, (socklen_t)sizeof(buf))) {
sbin/unwind/libunbound/util/data/msgreply.c
986
if(inet_ntop(d->sin6_family, &d->sin6_addr, da,
sbin/unwind/libunbound/util/data/msgreply.c
993
if(inet_ntop(d->sin_family, &d->sin_addr, da,
sbin/unwind/libunbound/util/net_help.c
224
(void)inet_ntop(af, sinaddr, dest,
sbin/unwind/libunbound/util/net_help.c
230
if(inet_ntop(af, sinaddr, dest, (socklen_t)sizeof(dest)) == 0) {
sbin/unwind/libunbound/util/net_help.c
634
if(inet_ntop(af, sinaddr, dest, (socklen_t)sizeof(dest)) == 0) {
sbin/unwind/libunbound/util/net_help.c
656
if(inet_ntop(af, sinaddr, dest, (socklen_t)sizeof(dest)) == 0) {
sbin/unwind/libunbound/util/net_help.c
858
if(inet_ntop(af, sinaddr, buf, (socklen_t)len) == 0) {
sbin/unwind/libunbound/util/netevent.c
1305
if(inet_ntop(sa->sin_family, &sa->sin_addr, host,
sbin/unwind/libunbound/util/netevent.c
1315
if(inet_ntop(sa6->sin6_family, &sa6->sin6_addr, host,
sbin/unwind/libunbound/util/netevent.c
584
if(inet_ntop(AF_INET6, &r->pktinfo.v6info.ipi6_addr,
sbin/unwind/libunbound/util/netevent.c
594
if(inet_ntop(AF_INET, &r->pktinfo.v4info.ipi_addr,
sbin/unwind/libunbound/util/netevent.c
600
if(inet_ntop(AF_INET, &r->pktinfo.v4info.ipi_spec_dst,
sbin/unwind/libunbound/util/netevent.c
612
if(inet_ntop(AF_INET, &r->pktinfo.v4addr,
sys/dev/pv/hypervic.c
920
inet_ntop(AF_INET, &sin->sin_addr, ipaddr, sizeof(ipaddr));
sys/dev/pv/hypervic.c
924
inet_ntop(AF_INET, &sin->sin_addr, ipaddr, sizeof(ipaddr));
sys/dev/pv/hypervic.c
937
inet_ntop(AF_INET6, &sin6->sin6_addr, ipaddr, sizeof(ipaddr));
sys/dev/pv/hypervic.c
941
inet_ntop(AF_INET6, &sin6->sin6_addr, ipaddr, sizeof(ipaddr));
sys/dev/pv/vmt.c
919
inet_ntop(AF_INET, &guest_ip->sin_addr, ip,
sys/dev/usb/if_umb.c
2122
DEVNAM(ifp->if_softc), inet_ntop(AF_INET,
sys/dev/usb/if_umb.c
2190
DEVNAM(ifp->if_softc), inet_ntop(AF_INET6,
sys/net/if.c
3587
printf("%s", inet_ntop(AF_INET,
sys/net/if.c
3593
printf("%s", inet_ntop(AF_INET6,
sys/net/if_spppsubr.c
2975
inet_ntop(AF_INET6, &desiredaddr,
sys/net/if_spppsubr.c
3000
inet_ntop(AF_INET6, &desiredaddr, addr,
sys/net/if_spppsubr.c
3024
inet_ntop(AF_INET6, &suggestaddr, addr,
sys/net/if_spppsubr.c
3124
inet_ntop(AF_INET6, &suggestaddr,
sys/net/pf_osfp.c
153
inet_ntop(AF_INET, &ip->ip_src, srcname, sizeof(srcname));
sys/net/pf_osfp.c
176
inet_ntop(AF_INET6, &ip6->ip6_src, srcname, sizeof(srcname));
sys/net/pipex.c
1010
inet_ntop(AF_INET, &ip->ip_src, src, sizeof(src)));
sys/net/pipex.c
598
__func__, inet_ntop(AF_INET, &addr, buf, sizeof(buf))));
sys/netinet/if_ether.c
409
__func__, inet_ntop(AF_INET, &satosin(rt_key(rt))->sin_addr,
sys/netinet/if_ether.c
417
inet_ntop(AF_INET, &satosin(dst)->sin_addr,
sys/netinet/if_ether.c
621
inet_ntop(AF_INET, &isaddr, addr, sizeof(addr));
sys/netinet/if_ether.c
651
inet_ntop(AF_INET, &isaddr, addr, sizeof(addr));
sys/netinet/if_ether.c
712
inet_ntop(AF_INET, spa, addr, sizeof(addr));
sys/netinet/if_ether.c
725
inet_ntop(AF_INET, spa, addr,
sys/netinet/if_ether.c
736
inet_ntop(AF_INET, spa, addr, sizeof(addr));
sys/netinet/if_ether.c
748
inet_ntop(AF_INET, spa, addr, sizeof(addr));
sys/netinet/in.h
797
const char *inet_ntop(int, const void *, char *, socklen_t);
sys/netinet/ip_icmp.c
348
inet_ntop(AF_INET, &ip->ip_dst, dst, sizeof(dst));
sys/netinet/ip_icmp.c
349
inet_ntop(AF_INET, &ip->ip_src, src, sizeof(src));
sys/netinet/ip_icmp.c
628
inet_ntop(AF_INET, &icp->icmp_gwaddr, gw, sizeof(gw));
sys/netinet/ip_icmp.c
629
inet_ntop(AF_INET, &icp->icmp_ip.ip_dst,
sys/netinet/ip_icmp.c
864
inet_ntop(AF_INET, &ip->ip_dst, dst, sizeof(dst));
sys/netinet/ip_icmp.c
865
inet_ntop(AF_INET, &ip->ip_src, src, sizeof(src));
sys/netinet/ip_ipsp.c
1188
return inet_ntop(AF_INET, &sa->sin.sin_addr,
sys/netinet/ip_ipsp.c
1193
return inet_ntop(AF_INET6, &sa->sin6.sin6_addr,
sys/netinet6/ip6_mroute.c
1042
inet_ntop(AF_INET6, &satosin6(rt->rt_gateway)->sin6_addr,
sys/netinet6/ip6_mroute.c
1044
inet_ntop(AF_INET6, &satosin6(rt_key(rt))->sin6_addr,
sys/netinet6/ip6_mroute.c
718
inet_ntop(AF_INET6, origin, bsrc, sizeof(bsrc)),
sys/netinet6/ip6_mroute.c
719
inet_ntop(AF_INET6, group, bdst, sizeof(bdst)),
sys/netinet6/ip6_mroute.c
773
inet_ntop(AF_INET6,
sys/netinet6/ip6_mroute.c
797
inet_ntop(AF_INET6,
sys/netinet6/ip6_mroute.c
807
inet_ntop(AF_INET6, &mf6cc->mf6cc_mcastgrp.sin6_addr,
sys/netinet6/ip6_mroute.c
830
inet_ntop(AF_INET6, &mf6cc->mf6cc_mcastgrp.sin6_addr,
sys/netinet6/mld6.c
203
inet_ntop(AF_INET6, &ip6->ip6_src, src, sizeof(src)),
sys/netinet6/mld6.c
204
inet_ntop(AF_INET6, &mldh->mld_addr, grp, sizeof(grp)));
sys/netinet6/nd6.c
1087
inet_ntop(AF_INET6, from, addr, sizeof(addr)),
sys/netinet6/nd6.c
1264
__func__, inet_ntop(AF_INET6,
sys/netinet6/nd6.c
1315
inet_ntop(AF_INET6, &satosin6(dst)->sin6_addr,
sys/netinet6/nd6_nbr.c
1058
__func__, inet_ntop(AF_INET6, &ia6->ia_addr.sin6_addr,
sys/netinet6/nd6_nbr.c
1121
__func__, inet_ntop(AF_INET6, &ia6->ia_addr.sin6_addr,
sys/netinet6/nd6_nbr.c
1128
__func__, inet_ntop(AF_INET6, &ia6->ia_addr.sin6_addr,
sys/netinet6/nd6_nbr.c
1184
inet_ntop(AF_INET6, &ia6->ia_addr.sin6_addr, addr, sizeof(addr)),
sys/netinet6/nd6_nbr.c
1195
inet_ntop(AF_INET6, &ia6->ia_addr.sin6_addr, addr, sizeof(addr)));
sys/netinet6/nd6_nbr.c
250
inet_ntop(AF_INET6, &saddr6, addr, sizeof(addr)));
sys/netinet6/nd6_nbr.c
612
inet_ntop(AF_INET6, &taddr6, addr, sizeof(addr)));
sys/netinet6/nd6_nbr.c
750
inet_ntop(AF_INET6, &taddr6,
sys/nfs/krpc_subr.c
357
inet_ntop(AF_INET, &sin->sin_addr,
sys/nfs/nfs_boot.c
165
inet_ntop(AF_INET, &my_ip, addr, sizeof(addr));
sys/nfs/nfs_boot.c
209
inet_ntop(AF_INET, &bp_sin.sin_addr, addr, sizeof(addr));
usr.bin/dig/dighost.c
466
inet_ntop(af, confdata->nameservers[i].address,
usr.bin/dig/lib/dns/message.c
2407
inet_ntop(AF_INET, addr, addr_text, sizeof(addr_text));
usr.bin/dig/lib/dns/message.c
2412
inet_ntop(AF_INET6, addr, addr_text, sizeof(addr_text));
usr.bin/dig/lib/dns/rdata.c
1294
if (inet_ntop(af, src->base, tmpbuf, sizeof(tmpbuf)) == NULL)
usr.bin/dig/lib/dns/rdata/in_1/svcb_64.c
149
inet_ntop(AF_INET, val_region.base, buf,
usr.bin/dig/lib/dns/rdata/in_1/svcb_64.c
165
inet_ntop(AF_INET6, val_region.base, buf,
usr.bin/getent/getent.c
225
if (inet_ntop(he->h_addrtype, he->h_addr, buf, sizeof(buf)) == NULL)
usr.bin/kdump/ktrstruct.c
107
inet_ntop(AF_INET6, &sa_in6->sin6_addr, addr, sizeof addr);
usr.bin/kdump/ktrstruct.c
97
inet_ntop(AF_INET, &sa_in->sin_addr, addr, sizeof addr);
usr.bin/netstat/inet.c
1462
inet_ntop(af, &inp.inp_faddr, faddr, sizeof(faddr));
usr.bin/netstat/inet.c
1463
inet_ntop(af, &inp.inp_laddr, laddr, sizeof(laddr));
usr.bin/netstat/inet.c
1464
inet_ntop(af, &inp.inp_route.ro_dstsin.sin_addr, raddr,
usr.bin/netstat/inet.c
1468
inet_ntop(af, &inp.inp_faddr6, faddr, sizeof(faddr));
usr.bin/netstat/inet.c
1469
inet_ntop(af, &inp.inp_laddr6, laddr, sizeof(laddr));
usr.bin/netstat/inet.c
1470
inet_ntop(af, &inp.inp_route.ro_dstsin6.sin6_addr, raddr,
usr.bin/rsync/socket.c
222
inet_ntop(AF_INET,
usr.bin/rsync/socket.c
227
inet_ntop(AF_INET6,
usr.bin/ssh/channels.c
1730
if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL)
usr.sbin/acme-client/dnsproc.c
93
inet_ntop(AF_INET,
usr.sbin/acme-client/dnsproc.c
98
inet_ntop(AF_INET6,
usr.sbin/acme-client/revokeproc.c
193
ip = inet_ntop(AF_INET,
usr.sbin/acme-client/revokeproc.c
198
ip = inet_ntop(AF_INET6,
usr.sbin/bgpd/rde_trie.c
778
inet_ntop(AF_INET6, &n->addr, buf, sizeof(buf)), n->plen);
usr.sbin/bgpd/rde_trie.c
784
inet_ntop(AF_INET6, &n->addr, buf, sizeof(buf)), n->plen);
usr.sbin/dhcp6leasectl/dhcp6leasectl.c
201
printf ("\tIA_PD %d: %s/%d\n", i, inet_ntop(AF_INET6,
usr.sbin/dhcpd/inet.c
163
s = inet_ntop(AF_INET, &addr.iabuf, pbuf, sizeof pbuf);
usr.sbin/dhcpleasectl/dhcpleasectl.c
239
if (inet_ntop(AF_INET, &cei->requested_ip, ipbuf,
usr.sbin/dhcpleasectl/dhcpleasectl.c
242
if (inet_ntop(AF_INET, &cei->mask, maskbuf, sizeof(maskbuf))
usr.sbin/dhcpleasectl/dhcpleasectl.c
247
if (inet_ntop(AF_INET, &cei->routes[i].dst, ipbuf,
usr.sbin/dhcpleasectl/dhcpleasectl.c
250
if (inet_ntop(AF_INET, &cei->routes[i].mask, maskbuf,
usr.sbin/dhcpleasectl/dhcpleasectl.c
253
if (inet_ntop(AF_INET, &cei->routes[i].gw,
usr.sbin/dhcpleasectl/dhcpleasectl.c
271
if (inet_ntop(AF_INET, &cei->nameservers[i],
usr.sbin/dhcpleasectl/dhcpleasectl.c
307
if (inet_ntop(AF_INET, &cei->server_identifier, ipbuf,
usr.sbin/dhcpleasectl/dhcpleasectl.c
311
if (inet_ntop(AF_INET, &cei->dhcp_server, ipbuf, sizeof(ipbuf))
usr.sbin/dhcrelay6/dhcrelay6.c
439
if (inet_ntop(AF_INET6, addr, &buf[bufpos][1],
usr.sbin/eigrpd/logmsg.c
89
if (inet_ntop(AF_INET, &addr->v4, buf[round],
usr.sbin/ftp-proxy/ftp-proxy.c
1117
return (inet_ntop(AF_INET, &sin->sin_addr, ntop_buf[n],
usr.sbin/ftp-proxy/ftp-proxy.c
1124
return (inet_ntop(AF_INET6, &sin6->sin6_addr, ntop_buf[n],
usr.sbin/ldpd/logmsg.c
89
if (inet_ntop(AF_INET, &addr->v4, buf[round],
usr.sbin/lldp/lldp.c
764
inet_ntop(AF_INET, abuf, ipbuf, sizeof(ipbuf));
usr.sbin/lldp/lldp.c
772
inet_ntop(AF_INET6, abuf, ipbuf, sizeof(ipbuf));
usr.sbin/npppd/npppd/npppd_iface.c
263
? inet_ntop(AF_INET, &backup, buf0, sizeof(buf0))
usr.sbin/npppd/npppd/npppd_iface.c
266
? inet_ntop(AF_INET, &_this->ip4addr, buf1,
usr.sbin/npppd/npppd/npppd_iface.c
311
inet_ntop(AF_INET, &_this->ip4addr, buf,
usr.sbin/npppd/npppd/npppd_radius.c
114
(got_pri)? inet_ntop(AF_INET, &_this->ipcp.dns_pri,
usr.sbin/npppd/npppd/npppd_radius.c
117
(got_sec)? inet_ntop(AF_INET, &_this->ipcp.dns_sec,
usr.sbin/npppd/npppd/npppd_radius.c
137
(got_pri)? inet_ntop(AF_INET, &_this->ipcp.nbns_pri,
usr.sbin/npppd/npppd/npppd_radius.c
140
(got_sec)? inet_ntop(AF_INET, &_this->ipcp.nbns_sec,
usr.sbin/nsd/nsd-checkconf.c
250
inet_ntop(AF_INET6, &acl->addr.addr6, dest, sizeof(dest));
usr.sbin/nsd/nsd-checkconf.c
253
inet_ntop(AF_INET6, &acl->range_mask.addr6, dest, sizeof(dest));
usr.sbin/nsd/nsd-checkconf.c
261
inet_ntop(AF_INET, &acl->addr.addr, dest, sizeof(dest));
usr.sbin/nsd/nsd-checkconf.c
264
inet_ntop(AF_INET, &acl->range_mask.addr, dest, sizeof(dest));
usr.sbin/nsd/options.c
3016
if(!inet_ntop(family, &in4->sin_addr, a4, sizeof(a4)))
usr.sbin/nsd/options.c
3028
if(!inet_ntop(family, &in6->sin6_addr, a6, sizeof(a6)))
usr.sbin/nsd/rdata.c
2613
if (!inet_ntop(af, address, text_address, sizeof(text_address)))
usr.sbin/nsd/rdata.c
342
if(!inet_ntop(AF_INET, rdata + *offset, str, sizeof(str)))
usr.sbin/nsd/rdata.c
366
if (!inet_ntop(AF_INET6, rdata + *offset, str, sizeof(str)))
usr.sbin/nsd/rdata.c
842
if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str)) == NULL)
usr.sbin/nsd/rdata.c
849
if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str))
usr.sbin/nsd/rdata.c
892
if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL)
usr.sbin/nsd/rdata.c
899
if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str))
usr.sbin/nsd/rrl.c
184
if(!inet_ntop(AF_INET6, &a6, buf, sizeof(buf)))
usr.sbin/nsd/rrl.c
198
if(!inet_ntop(AF_INET, &a4, buf, sizeof(buf)))
usr.sbin/nsd/server.c
124
inet_ntop(AF_INET, &s->sin_addr.s_addr, str_buf, sizeof(str_buf));
usr.sbin/nsd/server.c
129
inet_ntop(AF_INET6, &s6->sin6_addr.s6_addr, str_buf, sizeof(str_buf));
usr.sbin/nsd/util.c
1013
if (!inet_ntop(AF_INET6,
usr.sbin/nsd/util.c
1019
if (!inet_ntop(AF_INET, &((struct sockaddr_in *)addr)->sin_addr,
usr.sbin/nsd/util.c
1036
if (!inet_ntop(AF_INET6,
usr.sbin/nsd/util.c
1045
if (!inet_ntop(AF_INET, &((struct sockaddr_in *)addr)->sin_addr,
usr.sbin/ocspcheck/ocspcheck.c
105
inet_ntop(AF_INET,
usr.sbin/ocspcheck/ocspcheck.c
110
inet_ntop(AF_INET6,
usr.sbin/ospf6ctl/ospf6ctl.c
540
if (inet_ntop(AF_INET, &addr, buf, sizeof(buf)) == NULL)
usr.sbin/ospf6ctl/ospf6ctl.c
554
if (inet_ntop(AF_INET, &addr, buf, sizeof(buf)) == NULL)
usr.sbin/ospf6d/interface.c
523
iface->dr ? inet_ntop(AF_INET, &iface->dr->id, b1, sizeof(b1)) :
usr.sbin/ospf6d/interface.c
524
"none", dr ? inet_ntop(AF_INET, &dr->id, b2, sizeof(b2)) : "none",
usr.sbin/ospf6d/interface.c
525
iface->bdr ? inet_ntop(AF_INET, &iface->bdr->id, b3, sizeof(b3)) :
usr.sbin/ospf6d/interface.c
526
"none", bdr ? inet_ntop(AF_INET, &bdr->id, b4, sizeof(b4)) :
usr.sbin/ospf6d/logmsg.c
82
if (inet_ntop(AF_INET, &addr, buf[round], 16) == NULL)
usr.sbin/ospfctl/ospfctl.c
418
if (inet_ntop(AF_INET, &addr, buf, sizeof(buf)) == NULL)
usr.sbin/ospfctl/ospfctl.c
432
if (inet_ntop(AF_INET, &addr, buf, sizeof(buf)) == NULL)
usr.sbin/ospfd/interface.c
475
iface->dr ? inet_ntop(AF_INET, &iface->dr->addr, b1, sizeof(b1)) :
usr.sbin/ospfd/interface.c
476
"none", dr ? inet_ntop(AF_INET, &dr->addr, b2, sizeof(b2)) : "none",
usr.sbin/ospfd/interface.c
477
iface->bdr ? inet_ntop(AF_INET, &iface->bdr->addr, b3, sizeof(b3)) :
usr.sbin/ospfd/interface.c
478
"none", bdr ? inet_ntop(AF_INET, &bdr->addr, b4, sizeof(b4)) :
usr.sbin/rad/engine.c
479
hdr->icmp6_type, inet_ntop(AF_INET6, &ra_rs->from.sin6_addr,
usr.sbin/rad/engine.c
491
inet_ntop(AF_INET6, &ra->from.sin6_addr, ntopbuf,
usr.sbin/rad/frontend.c
670
*hlimp, inet_ntop(AF_INET6, &icmp6ev->from.sin6_addr,
usr.sbin/rad/frontend.c
677
*hlimp, inet_ntop(AF_INET6, &icmp6ev->from.sin6_addr,
usr.sbin/rad/frontend.c
683
len, inet_ntop(AF_INET6, &icmp6ev->from.sin6_addr,
usr.sbin/rad/printconf.c
110
printf("%snat64 prefix %s/%d {\n", indent, inet_ntop(AF_INET6,
usr.sbin/rad/printconf.c
152
printf("\tprefix %s/%d {\n", inet_ntop(AF_INET6,
usr.sbin/rad/printconf.c
94
inet_ntop(AF_INET6, &ra_rdnss->rdnss,
usr.sbin/radiusctl/radiusctl.c
619
inet_ntop(AF_INET6, buf, buf1, len));
usr.sbin/radiusctl/radiusctl.c
740
inet_ntop(dump->records[i].af, &dump->records[i].addr,
usr.sbin/radiusctl/radiusctl.c
785
inet_ntop(dump->records[idx].af, &dump->records[idx].addr, buf0,
usr.sbin/radiusctl/radiusctl.c
890
json_do_string("assigned-ip-address", inet_ntop(dump->records[idx].af,
usr.sbin/radiusd/radiusd_ipcp.c
1152
inet_ntop(AF_INET, &assign->ipv4, buf,
usr.sbin/radiusd/radiusd_ipcp.c
1174
inet_ntop(AF_INET, &addr4, buf, sizeof(buf)));
usr.sbin/radiusd/radiusd_ipcp.c
1249
sizeof(buf1)), assign->auth_method, inet_ntop(AF_INET,
usr.sbin/radiusd/radiusd_ipcp.c
1289
assign->auth_method, inet_ntop(AF_INET, &addr4, buf,
usr.sbin/radiusd/radiusd_ipcp.c
1530
inet_ntop(AF_INET, &assigned->ipv4, keybuf + 5, sizeof(keybuf) - 5);
usr.sbin/radiusd/radiusd_ipcp.c
1567
inet_ntop(AF_INET, &assigned->ipv4, keybuf + 5, sizeof(keybuf) - 5);
usr.sbin/radiusd/radiusd_ipcp.c
839
inet_ntop(AF_INET, &addr4, buf,
usr.sbin/radiusd/radiusd_ipcp.c
931
inet_ntop(AF_INET, &addr4, buf, sizeof(buf)), username);
usr.sbin/radiusd/radiusd_standard.c
475
inet_ntop(AF_INET, &ipv4, buf, sizeof(buf)));
usr.sbin/radiusd/radiusd_standard.c
489
inet_ntop(AF_INET6, &ipv6, buf, sizeof(buf)));
usr.sbin/relayd/pfe_filter.c
585
inet_ntop(pnl.af, &pnl.rsaddr, ibuf, sizeof(ibuf));
usr.sbin/relayd/pfe_filter.c
586
inet_ntop(pnl.af, &pnl.rdaddr, obuf, sizeof(obuf));
usr.sbin/relayd/relayd.c
1564
return (inet_ntop(AF_INET, &sin4, name, len));
usr.sbin/relayd/relayd.c
1566
return (inet_ntop(AF_INET6, &sin6, name, len));
usr.sbin/route6d/route6d.c
1469
inet_ntop(AF_INET6, (void *)&ifa->ifa_raddr, buf, sizeof(buf));
usr.sbin/route6d/route6d.c
2556
inet_ntop(AF_INET6, (const void *)gw, (char *)buf1, sizeof(buf1));
usr.sbin/route6d/route6d.c
2557
inet_ntop(AF_INET6, (void *)&ifcp->ifc_mylladdr, (char *)buf2, sizeof(buf2));
usr.sbin/route6d/route6d.c
2618
inet_ntop(AF_INET6, (void *)gw, (char *)buf2, sizeof(buf2));
usr.sbin/route6d/route6d.c
2721
return inet_ntop(AF_INET6, (const void *)p, buf, sizeof(buf));
usr.sbin/route6d/route6d.c
2773
inet_ntop(AF_INET6, (void *)&ifa->ifa_raddr,
usr.sbin/route6d/route6d.c
2829
inet_ntop(AF_INET6, (void *)&rrt->rrt_info.rip6_dest,
usr.sbin/rpki-client/ip.c
242
if (inet_ntop(af, addr->addr, ipbuf, sizeof(ipbuf)) == NULL)
usr.sbin/rpki-client/ip.c
280
if (inet_ntop(af, ip.min, min, sizeof(min)) == NULL)
usr.sbin/rpki-client/ip.c
282
if (inet_ntop(af, ip.max, max, sizeof(max)) == NULL)
usr.sbin/rpki-client/print.c
261
inet_ntop(sockt, ips[i].min, buf1, sizeof(buf1));
usr.sbin/rpki-client/print.c
262
inet_ntop(sockt, ips[i].max, buf2, sizeof(buf2));
usr.sbin/slaacctl/slaacctl.c
238
printf("\t\tprefix: %s/%u\n", inet_ntop(AF_INET6,
usr.sbin/slaacctl/slaacctl.c
255
printf("\t\trdns: %s, lifetime: %u\n", inet_ntop(AF_INET6,
usr.sbin/slaacctl/slaacctl.c
296
printf("\t\t%s, %s/%u\n", hbuf, inet_ntop(AF_INET6,
usr.sbin/slaacctl/slaacctl.c
350
printf("\t\t\t%s\n", inet_ntop(AF_INET6,
usr.sbin/smtpd/spfwalk.c
301
if ((ptr = inet_ntop(AF_INET, &rr->rr.in_a.addr,
usr.sbin/smtpd/spfwalk.c
319
if ((ptr = inet_ntop(AF_INET6, &rr->rr.in_aaaa.addr6,
usr.sbin/snmpd/ax.c
1011
if (inet_ntop(PF_INET, vb->avb_data.avb_ostring.aos_string,
usr.sbin/tcpdump/addrtoname.c
284
cp = (char *)inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf));
usr.sbin/tcpdump/pf_print_state.c
92
if (inet_ntop(af, &addr->v.a.addr, buf,
usr.sbin/tcpdump/print-dhcp6.c
295
if (inet_ntop(AF_INET6, ia, n, sizeof(n)) == NULL) {
usr.sbin/tcpdump/print-dhcp6.c
507
if (inet_ntop(AF_INET6, ia, n, sizeof(n)) == NULL) {
usr.sbin/tcpdump/print-dhcp6.c
575
if (inet_ntop(AF_INET6, &ia, n, sizeof(n)) == NULL) {
usr.sbin/tcpdump/print-icmp6.c
384
inet_ntop(AF_INET6, &RDR(dp)->nd_rd_target,
usr.sbin/tcpdump/print-icmp6.c
386
inet_ntop(AF_INET6, &RDR(dp)->nd_rd_dst,
usr.sbin/tcpdump/print-ike.c
531
printf("%s", inet_ntop (AF_INET6, ip->data, ntop_buf,
usr.sbin/tcpdump/print-ike.c
541
printf("%s%s", inet_ntop (AF_INET6, ip->data, ntop_buf,
usr.sbin/tcpdump/print-ike.c
544
printf("%s", inet_ntop (AF_INET6, ip->data + sizeof ntop_buf,
usr.sbin/tcpdump/print-ike.c
764
printf("%s", inet_ntop (AF_INET6, val, ntop_buf,
usr.sbin/tcpdump/print-ike.c
776
printf("%s/%u", inet_ntop (AF_INET6, val, ntop_buf,
usr.sbin/tcpdump/print-lldp.c
114
if (inet_ntop(af, addr, buf, sizeof(buf)) == NULL)
usr.sbin/tcpdump/print-pflog.c
153
if (inet_ntop(hdr->naf, &hdr->saddr, buf,
usr.sbin/tcpdump/print-pflog.c
159
if (inet_ntop(hdr->naf, &hdr->daddr, buf,
usr.sbin/tftp-proxy/tftp-proxy.c
947
return (inet_ntop(AF_INET, &sin->sin_addr, ntop_buf[n],
usr.sbin/tftp-proxy/tftp-proxy.c
954
return (inet_ntop(AF_INET6, &sin6->sin6_addr, ntop_buf[n],
usr.sbin/traceroute/traceroute.c
950
print(conf, from, cc - (ip->ip_hl << 2), inet_ntop(AF_INET,
usr.sbin/traceroute/traceroute.c
954
print(conf, from, cc, rcvpktinfo ? inet_ntop(AF_INET6,
usr.sbin/traceroute/worker.c
654
rcvpktinfo ? inet_ntop(AF_INET6, &rcvpktinfo->ipi6_addr,
usr.sbin/trpt/trpt.c
333
inet_ntop(AF_INET6, &ti6->ti6_src,
usr.sbin/trpt/trpt.c
336
inet_ntop(AF_INET6, &ti6->ti6_dst,
usr.sbin/unbound/daemon/remote.c
1777
if(addr_size < 16 || inet_ntop(AF_INET6, addr, astr,
usr.sbin/unbound/daemon/remote.c
1781
if(addr_size < 4 || inet_ntop(AF_INET, addr, astr,
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
532
if(inet_ntop(AF_INET, address.data, buf, len)!=0)
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
535
if(inet_ntop(AF_INET6, address.data, buf, len)!=0)
usr.sbin/unbound/ipset/ipset.c
204
if(inet_ntop(af, rr_data+2, ip, (socklen_t)sizeof(ip)) == 0)
usr.sbin/unbound/iterator/iterator.c
613
if(inet_ntop(AF_INET, &iq->fail_addr.in, buf,
usr.sbin/unbound/iterator/iterator.c
619
if(inet_ntop(AF_INET6, &iq->fail_addr.in6, buf,
usr.sbin/unbound/services/listen_dnsport.c
152
if(inet_ntop(addr->ai_family, sinaddr, buf,
usr.sbin/unbound/services/listen_dnsport.c
1743
if(!inet_ntop(family, &in4->sin_addr, a4, sizeof(a4))) {
usr.sbin/unbound/services/listen_dnsport.c
1757
if(!inet_ntop(family, &in6->sin6_addr, a6, sizeof(a6))) {
usr.sbin/unbound/sldns/wire2str.c
1056
if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str)) == NULL)
usr.sbin/unbound/sldns/wire2str.c
1063
if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str)) == NULL)
usr.sbin/unbound/sldns/wire2str.c
1085
if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL)
usr.sbin/unbound/sldns/wire2str.c
1092
if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL)
usr.sbin/unbound/sldns/wire2str.c
1431
if(!inet_ntop(AF_INET, *d, buf, (socklen_t)sizeof(buf)))
usr.sbin/unbound/sldns/wire2str.c
1445
if(!inet_ntop(AF_INET6, *d, buf, (socklen_t)sizeof(buf)))
usr.sbin/unbound/sldns/wire2str.c
2267
if(!inet_ntop(AF_INET, ip4, buf, (socklen_t)sizeof(buf))) {
usr.sbin/unbound/sldns/wire2str.c
2286
if(!inet_ntop(AF_INET6, ip6, buf, (socklen_t)sizeof(buf))) {
usr.sbin/unbound/smallapp/unbound-anchor.c
504
if(inet_ntop((int)((struct sockaddr_in*)&ip->addr)->sin_family,
usr.sbin/unbound/testcode/asynclook.c
125
inet_ntop(AF_INET, info->result->data[0],
usr.sbin/unbound/testcode/delayer.c
859
if(inet_ntop(AF_INET6,
usr.sbin/unbound/testcode/delayer.c
864
if(inet_ntop(AF_INET,
usr.sbin/unbound/testcode/petal.c
569
(void)inet_ntop((int)((struct sockaddr_in*)from)->sin_family,
usr.sbin/unbound/util/data/msgreply.c
986
if(inet_ntop(d->sin6_family, &d->sin6_addr, da,
usr.sbin/unbound/util/data/msgreply.c
993
if(inet_ntop(d->sin_family, &d->sin_addr, da,
usr.sbin/unbound/util/net_help.c
224
(void)inet_ntop(af, sinaddr, dest,
usr.sbin/unbound/util/net_help.c
230
if(inet_ntop(af, sinaddr, dest, (socklen_t)sizeof(dest)) == 0) {
usr.sbin/unbound/util/net_help.c
634
if(inet_ntop(af, sinaddr, dest, (socklen_t)sizeof(dest)) == 0) {
usr.sbin/unbound/util/net_help.c
656
if(inet_ntop(af, sinaddr, dest, (socklen_t)sizeof(dest)) == 0) {
usr.sbin/unbound/util/net_help.c
858
if(inet_ntop(af, sinaddr, buf, (socklen_t)len) == 0) {
usr.sbin/unbound/util/netevent.c
1305
if(inet_ntop(sa->sin_family, &sa->sin_addr, host,
usr.sbin/unbound/util/netevent.c
1315
if(inet_ntop(sa6->sin6_family, &sa6->sin6_addr, host,
usr.sbin/unbound/util/netevent.c
584
if(inet_ntop(AF_INET6, &r->pktinfo.v6info.ipi6_addr,
usr.sbin/unbound/util/netevent.c
594
if(inet_ntop(AF_INET, &r->pktinfo.v4info.ipi_addr,
usr.sbin/unbound/util/netevent.c
600
if(inet_ntop(AF_INET, &r->pktinfo.v4info.ipi_spec_dst,
usr.sbin/unbound/util/netevent.c
612
if(inet_ntop(AF_INET, &r->pktinfo.v4addr,
usr.sbin/vmd/priv.c
454
inet_ntop(AF_INET, &sin4->sin_addr,
usr.sbin/vmd/priv.c
481
inet_ntop(AF_INET6, &sin6->sin6_addr,