Searched refs:inet_ntop (Results 1 - 25 of 164) sorted by relevance

1234567

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.inet_ntoa6badaddr.d37 printf("%s\n", inet_ntop(AF_INET6, ip6a));
H A Derr.inet_ntopbadaddr.d37 printf("%s\n", inet_ntop(AF_INET, ip4a));
H A Derr.inet_ntopbadarg.d39 printf("%s\n", inet_ntop(-1, ip4a));
H A Dtst.inet_ntop.d124 printf("%s\n", inet_ntop(AF_INET, ip4a));
125 printf("%s\n", inet_ntop(AF_INET, ip4b));
126 printf("%s\n", inet_ntop(AF_INET, ip4c));
127 printf("%s\n", inet_ntop(AF_INET, ip4d));
128 printf("%s\n", inet_ntop(AF_INET6, ip6a));
129 printf("%s\n", inet_ntop(AF_INET6, ip6b));
130 printf("%s\n", inet_ntop(AF_INET6, ip6c));
131 printf("%s\n", inet_ntop(AF_INET6, ip6d));
132 printf("%s\n", inet_ntop(AF_INET6, ip6e));
133 printf("%s\n", inet_ntop(AF_INET
[all...]
/freebsd-10.0-release/lib/libc/inet/
H A DMakefile.inc8 inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c \
H A Dinet_ntoa.c58 (void) inet_ntop(AF_INET, &in, ret, sizeof ret);
66 (void) inet_ntop(AF_INET, &in, buf, size);
H A DSymbol.map31 inet_ntop;
H A Dinet_ntop.c19 static const char rcsid[] = "$Id: inet_ntop.c,v 1.3.18.2 2005/11/03 23:02:22 marka Exp $";
49 * inet_ntop(af, src, dst, size)
57 inet_ntop(int af, const void * __restrict src, char * __restrict dst, function
200 #undef inet_ntop macro
201 __weak_reference(__inet_ntop, inet_ntop);
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dsocktoa.c42 inet_ntop(AF_INET, &GET_INADDR(*sock), buffer,
47 inet_ntop(AF_INET6, &GET_INADDR6(*sock), buffer,
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dprinthost.c29 PRINTF("%s", inet_ntop(family, ptr, ipbuf, sizeof(ipbuf)));
H A Dprinthostmask.c31 PRINTF("%s", inet_ntop(family, ptr, ipbuf, sizeof(ipbuf)));
H A Dprint_toif.c31 inet_ntop(AF_INET6, &fdp->fd_ip6, ipv6addr,
H A Dprintip.c34 str = inet_ntop(AF_INET6, addr, buf, sizeof(buf) - 1);
H A Dprintpoolfield.c52 PRINTF("%s", inet_ntop(a->adf_family, &a->adf_addr,
57 PRINTF("%s", inet_ntop(node->ipe_family,
64 PRINTF("%s", inet_ntop(a->adf_family, &a->adf_addr,
74 PRINTF("%s", inet_ntop(a->adf_family, &a->adf_addr,
79 PRINTF("%s", inet_ntop(node->ipe_family,
H A Dprintdstlistnode.c48 str = inet_ntop(AF_INET6, &np->ipfd_dest.fd_ip6,
59 str = inet_ntop(np->ipfd_dest.fd_addr.adf_family,
H A Dhostname.c54 (void) inet_ntop(AF_INET6, ip, hostbuf, sizeof(hostbuf) - 1);
/freebsd-10.0-release/contrib/libpcap/tests/
H A Dfindalldevstest.c91 inet_ntop(AF_INET6,
96 inet_ntop(AF_INET6,
101 inet_ntop(AF_INET6,
106 inet_ntop(AF_INET6,
/freebsd-10.0-release/usr.sbin/flowctl/
H A Dflowctl.c284 inet_ntop(AF_INET, &fle->r.r_src, src, sizeof(src));
285 inet_ntop(AF_INET, &fle->r.r_dst, dst, sizeof(dst));
318 inet_ntop(AF_INET6, &fle6->r.src.r_src6, src6, sizeof(src6));
319 inet_ntop(AF_INET6, &fle6->r.dst.r_dst6, dst6, sizeof(dst6));
351 inet_ntop(AF_INET, &fle->r.r_src, src, sizeof(src));
352 inet_ntop(AF_INET, &fle->r.r_dst, dst, sizeof(dst));
353 inet_ntop(AF_INET, &fle->next_hop, next, sizeof(next));
394 inet_ntop(AF_INET6, &fle6->r.src.r_src6, src6, sizeof(src6));
395 inet_ntop(AF_INET6, &fle6->r.dst.r_dst6, dst6, sizeof(dst6));
396 inet_ntop(AF_INET
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dgetnameinfo.c49 if (inet_ntop (af, addr, host, hostlen) == NULL)
64 } else if (inet_ntop (af, addr, host, hostlen) == NULL)
/freebsd-10.0-release/include/arpa/
H A Dinet.h131 #define inet_ntop __inet_ntop macro
147 const char *inet_ntop(int, const void * __restrict, char * __restrict,
/freebsd-10.0-release/usr.sbin/rtadvd/
H A Drrenum.c375 inet_ntop(AF_INET6, dst, ntopbuf, sizeof(ntopbuf)));
384 inet_ntop(AF_INET6, from, ntopbuf, sizeof(ntopbuf)));
393 __func__, rr->rr_segnum, inet_ntop(AF_INET6, from,
445 inet_ntop(AF_INET6, &from->sin6_addr, ntopbuf[0] ,sizeof(ntopbuf[0])),
446 inet_ntop(AF_INET6, &dst, ntopbuf[1], sizeof(ntopbuf[1])),
454 inet_ntop(AF_INET6, &from->sin6_addr, ntopbuf[0],
456 inet_ntop(AF_INET6, &dst, ntopbuf[1], sizeof(ntopbuf[1])),
475 inet_ntop(AF_INET6, &dst, ntopbuf[0], sizeof(ntopbuf[0])),
476 inet_ntop(AF_INET6, &from->sin6_addr, ntopbuf[1],
H A Drtadvd.c631 inet_ntop(AF_INET6, addr,
660 __func__, inet_ntop(AF_INET6, addr,
818 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
828 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
837 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
853 inet_ntop(AF_INET6, &rcvfrom.sin6_addr,
863 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
873 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
882 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
926 inet_ntop(AF_INET
[all...]
/freebsd-10.0-release/contrib/tcpdump/missing/
H A Daddrinfo.h89 extern const char *inet_ntop (int, const void *, char *, size_t);
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dip_addr.c27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_multicast.c240 inet_ntop(AF_INET6, p_rec->mgid.raw, gid_str,
586 inet_ntop(AF_INET6,
621 inet_ntop(AF_INET6, mc_req_rec.port_gid.raw,
623 inet_ntop(AF_INET6, mc_req_rec.mgid.raw,
679 inet_ntop(AF_INET6, mc_req_rec.mgid.raw,
1270 inet_ntop(AF_INET6, p_recvd_rec->mgid.raw, gid_str,
1297 inet_ntop(AF_INET6, p_recvd_rec->mgid.raw, gid_str,
1323 inet_ntop(AF_INET6, p_recvd_rec->mgid.raw, gid_str,
1348 inet_ntop(AF_INET6, p_recvd_rec->mgid.raw, gid_str,
1383 inet_ntop(AF_INET
[all...]

Completed in 163 milliseconds

1234567