inet_ntop
const char* inet_ntop(int family, const void* source, char* dest,
if (inet_ntop(fAddress.ss_family, InAddr(), uAddr, AddressSize()) == NULL)
if (!inet_ntop(AF_INET6, in6, ntopbuf,
if (inet_ntop(AF_INET6, cp, ntop_buf, sizeof(ntop_buf)) ==
if (!inet_ntop(AF_INET6, &red->nd_rd_dst, ntop_buf,
if (!inet_ntop(AF_INET6, &red->nd_rd_target, ntop_buf,
inet_ntop(AF_INET6, ni + 1, ntop_buf,
inet_ntop(AF_INET, ni + 1, ntop_buf,
if (!inet_ntop(AF_INET6, &ip6->ip6_src, ntop_buf, sizeof(ntop_buf)))
if (!inet_ntop(AF_INET6, &ip6->ip6_dst, ntop_buf, sizeof(ntop_buf)))
if (inet_ntop(AF_INET6, &in6, hbuf, sizeof(hbuf)) == NULL)
inet_ntop(sa->sa_family, addr, addrbuf, sizeof(addrbuf));
rcvpktinfo ? inet_ntop(AF_INET6, &rcvpktinfo->ipi6_addr,
rcvpktinfo ? inet_ntop(AF_INET6, &rcvpktinfo->ipi6_addr,
inet_ntop(AF_INET, &((sockaddr_in&)fAddress).sin_addr, buffer,
inet_ntop(AF_INET6, &((sockaddr_in6&)fAddress).sin6_addr,
weak_alias(__inet_ntop, inet_ntop);
if (inet_ntop(AF_INET6, src, buf, size) == NULL)
(void) inet_ntop(AF_INET, rdata, buf, (socklen_t)buflen);
(void) inet_ntop(AF_INET6, rdata, buf, (socklen_t)buflen);
(void) inet_ntop(AF_INET, rdata, buf, (socklen_t)buflen);
(void) inet_ntop(AF_INET6, &a, buf, (socklen_t)buflen);
(void) inet_ntop(AF_INET, rdata, buf, (socklen_t)buflen);
(void) inet_ntop(AF_INET6, rdata, buf, (socklen_t)buflen);
if (inet_ntop(af, uaddr, name, (socklen_t)sizeof(name)) == NULL)
if (inet_ntop(afd->a_af, addr, numaddr,
if (inet_ntop(afd->a_af, addr, host,
if (inet_ntop(AF_INET6, addr, numaddr, (socklen_t)sizeof(numaddr))
inet_ntop(AF_INET, &u.sin.sin_addr, ret, (socklen_t)sizeof ret);
inet_ntop(AF_INET6, &u.sin6.sin6_addr, ret, sizeof ret);
if (!inet_ntop(AF_INET, &source.sin_addr, host, sizeof(host)))
inet_ntop(AF_INET6, &from.sin6_addr, taddr, sizeof(taddr));
inet_ntop(AF_INET, &peer.sin_addr, buf, sizeof(buf));