Searched refs:inet_ntop (Results 51 - 75 of 193) sorted by relevance

12345678

/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h55 * It declares inet_aton(), inet_ntop(), and inet_pton().
359 #define inet_ntop isc_net_ntop macro
/freebsd-11-stable/contrib/ldns/compat/
H A Dinet_ntop.c1 /* From openssh 4.3p2 compat/inet_ntop.c */
18 /* OPENBSD ORIGINAL: lib/libc/net/inet_ntop.c */
53 * inet_ntop(af, src, dst, size)
61 inet_ntop(int af, const void *src, char *dst, size_t size) function
/freebsd-11-stable/contrib/ldns/ldns/
H A Dconfig.h84 /* Define to 1 if you have the `inet_ntop' function. */
570 const char *inet_ntop(int af, const void *src, char *dst, size_t size);
/freebsd-11-stable/lib/libpjdlog/
H A Dpjdlog.c128 if (inet_ntop(ss->ss_family, &sin->sin_addr, addr,
130 PJDLOG_ABORT("inet_ntop(AF_INET) failed: %s.",
140 if (inet_ntop(ss->ss_family, &sin->sin6_addr, addr,
142 PJDLOG_ABORT("inet_ntop(AF_INET6) failed: %s.",
186 if (inet_ntop(ss->ss_family, &sin->sin_addr, addr,
188 PJDLOG_ABORT("inet_ntop(AF_INET) failed: %s.",
202 if (inet_ntop(ss->ss_family, &sin->sin6_addr, addr,
204 PJDLOG_ABORT("inet_ntop(AF_INET6) failed: %s.",
/freebsd-11-stable/contrib/unbound/compat/
H A Dinet_ntop.c1 /* From openssh 4.3p2 compat/inet_ntop.c */
18 /* OPENBSD ORIGINAL: lib/libc/net/inet_ntop.c */
53 * inet_ntop(af, src, dst, size)
61 inet_ntop(int af, const void *src, char *dst, size_t size) function
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dinet_ntop.c1 /* $OpenBSD: inet_ntop.c,v 1.8 2008/12/09 19:38:38 otto Exp $ */
19 /* OPENBSD ORIGINAL: lib/libc/net/inet_ntop.c */
52 * inet_ntop(af, src, dst, size)
60 inet_ntop(int af, const void *src, char *dst, socklen_t size) function
H A Dopenbsd-compat.h140 const char *inet_ntop(int af, const void *src, char *dst, socklen_t size);
/freebsd-11-stable/sys/libkern/
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 $";
39 * inet_ntop(af, src, dst, size)
47 inet_ntop(int af, const void *src, char *dst, socklen_t size) function
/freebsd-11-stable/usr.sbin/rip6query/
H A Drip6query.c196 return inet_ntop(AF_INET6, addr, buf, sizeof(buf));
/freebsd-11-stable/usr.sbin/rtsold/
H A Ddump.c100 inet_ntop(AF_INET6, &rai->rai_saddr.sin6_addr,
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dndisc_snoop.c133 if (inet_ntop(AF_INET6, &saddr, addrtxt,
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_restrict.c135 inet_ntop(AF_INET6, &res->u.v6.addr, as, sizeof as);
136 inet_ntop(AF_INET6, &res->u.v6.mask, ms, sizeof ms);
141 inet_ntop(AF_INET, &sia, as, sizeof as);
142 inet_ntop(AF_INET, &sim, ms, sizeof ms);
/freebsd-11-stable/usr.sbin/ntp/libntp/
H A DMakefile60 inet_ntop.c \
/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A DMakefile42 inet_ntop.c \
/freebsd-11-stable/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c367 return (inet_ntop(AF_INET, &sin->sin_addr, ntop_buf[n],
374 return (inet_ntop(AF_INET6, &sin6->sin6_addr, ntop_buf[n],
/freebsd-11-stable/usr.sbin/mld6query/
H A Dmld6.c315 printf("from %s, ", inet_ntop(AF_INET6, &from.sin6_addr,
329 printf("addr=%s\n", inet_ntop(AF_INET6, &mld->mld_addr,
/freebsd-11-stable/sys/netipsec/
H A Dkey_debug.c945 return (inet_ntop(AF_INET, &sa->sin.sin_addr, buf, size));
950 snprintf(buf, size, "%s%%%u", inet_ntop(AF_INET6,
955 return (inet_ntop(AF_INET6, &sa->sin6.sin6_addr,
994 inet_ntop(AF_INET, &sin->sin_addr, buf, sizeof(buf));
1005 inet_ntop(AF_INET6, &sin6->sin6_addr, buf,
1008 inet_ntop(AF_INET6, &sin6->sin6_addr, buf,
/freebsd-11-stable/sbin/ipfw/
H A Dnat64lsn.c118 inet_ntop(AF_INET6, &stg->host6, s, sizeof(s));
119 inet_ntop(AF_INET, &stg->alias4, a, sizeof(a));
123 inet_ntop(AF_INET, &ste->daddr, f, sizeof(f));
788 inet_ntop(AF_INET, &cfg->prefix4, abuf, sizeof(abuf));
790 inet_ntop(AF_INET6, &cfg->prefix6, abuf, sizeof(abuf));
/freebsd-11-stable/contrib/apr/
H A Dapr.mak82 -@erase "$(INTDIR)\inet_ntop.obj"
177 "$(INTDIR)\inet_ntop.obj" \
268 -@erase "$(INTDIR)\inet_ntop.obj"
363 "$(INTDIR)\inet_ntop.obj" \
454 -@erase "$(INTDIR)\inet_ntop.obj"
549 "$(INTDIR)\inet_ntop.obj" \
640 -@erase "$(INTDIR)\inet_ntop.obj"
736 "$(INTDIR)\inet_ntop.obj" \
1062 SOURCE=.\network_io\unix\inet_ntop.c
1064 "$(INTDIR)\inet_ntop
[all...]
/freebsd-11-stable/lib/libc/nameser/
H A Dns_print.c164 (void) inet_ntop(AF_INET, rdata, buf, buflen);
334 (void) inet_ntop(AF_INET6, rdata, buf, buflen);
425 (void) inet_ntop(AF_INET, rdata, buf, buflen);
691 (void) inet_ntop(AF_INET6, &a, buf, buflen);
962 (void) inet_ntop(AF_INET, rdata, buf, buflen);
967 (void) inet_ntop(AF_INET6, rdata, buf, buflen);
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dconfig.c1077 if (!inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf,
1079 syslog(LOG_ERR, "<%s> inet_ntop failed", __func__);
1143 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf,
1166 inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf,
1194 inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf, sizeof(ntopbuf)),
1235 __func__, inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf,
1276 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf,
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dpjdlog.c115 if (inet_ntop(ss->ss_family, &sin->sin_addr, addr,
117 PJDLOG_ABORT("inet_ntop(AF_INET) failed: %s.",
131 if (inet_ntop(ss->ss_family, &sin->sin6_addr, addr,
133 PJDLOG_ABORT("inet_ntop(AF_INET6) failed: %s.",
/freebsd-11-stable/lib/libc/net/
H A DMakefile.inc78 inet.3 inet_ntop.3 inet.3 inet_pton.3 \
/freebsd-11-stable/usr.sbin/trpt/
H A Dtrpt.c351 ? inet_ntop(AF_INET6, &ip6->ip6_src, ntop_buf,
359 ? inet_ntop(AF_INET6, &ip6->ip6_dst, ntop_buf,
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_multicast.c289 inet_ntop(AF_INET6, mgrp->mcmember_rec.mgid.raw,
369 inet_ntop(AF_INET6, mgrp->mcmember_rec.mgid.raw,

Completed in 262 milliseconds

12345678