Searched refs:inet_ntop (Results 151 - 175 of 188) sorted by relevance

12345678

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din.c1851 (void) inet_ntop(AF_INET, &s->s_addr, s_addr,
1853 (void) inet_ntop(AF_INET, &d->s_addr, s_dstaddr,
H A Din_mcast.c990 inet_ntop(AF_INET, &ia, buf, sizeof(buf));
3643 inet_ntop(AF_INET, &inm->inm_addr, buf, sizeof(buf));
H A Dip_input.c2137 inet_ntop(AF_INET, &ip->ip_src,
2139 inet_ntop(AF_INET, &ip->ip_dst,
H A Dip_output.c3130 (void) inet_ntop(AF_INET, &src.s_addr, s_src, sizeof (s_src));
3131 (void) inet_ntop(AF_INET, &dst.s_addr, s_dst, sizeof (s_dst));
H A Digmp.c333 return (inet_ntop(AF_INET, &ia, buf, size));
H A Dtcp_subr.c1885 inet_ntop(AF_INET,
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp.c1332 if (inet_ntop (data_addr->sa_family, socket_get_address (data_addr),
1334 errx (1, "inet_ntop failed");
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Daddr_families.c355 if(inet_ntop(AF_INET6, addr->address.data, buf, sizeof(buf)) == NULL)
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Duipc_socket.c4661 "TCP" : "UDP", inet_ntop(SOCK_DOM(so),
4666 inet_ntop(SOCK_DOM(so),
5978 inet_ntop(SOCK_DOM(so), ((SOCK_DOM(so) == PF_INET) ?
5981 inet_ntop(SOCK_DOM(so), (SOCK_DOM(so) == PF_INET) ?
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dconnection.c1541 peeraddr_string = inet_ntop( AF_INET, &peeraddr.sa_in_addr.sin_addr,
H A Dapplehelpers.c2428 if (inet_ntop(AF_INET, &((struct sockaddr_in*)ifa->ifa_addr)->sin_addr.s_addr, ipv4AddressCStr, sizeof(ipv4AddressCStr))) {
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Drdata.c1212 /* Note - inet_ntop doesn't do size checking on its input. */
1213 if (inet_ntop(af, src->base, tmpbuf, sizeof(tmpbuf)) == NULL)
H A Dadb.c3372 tmpp = inet_ntop(AF_INET, &sa->type.sin.sin_addr,
3376 tmpp = inet_ntop(AF_INET6, &sa->type.sin6.sin6_addr,
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c902 inet_ntop(AF_INET6, &address, ntopbuf, sizeof(ntopbuf)));
3766 inet_ntop(AF_INET6, addr_p, ntopbuf, sizeof(ntopbuf)),
3810 inet_ntop(AF_INET6, addr_p, ntopbuf, sizeof(ntopbuf)),
5555 inet_ntop(AF_INET6, &stf->relay_addr.v6,
/macosx-10.10.1/libxml2-26/libxml2/
H A Dnanoftp.c1494 inet_ntop (AF_INET6, &((struct sockaddr_in6 *)&dataAddr)->sin6_addr,
/macosx-10.10.1/lsof-53/lsof/
H A Dprint.c414 if (!inet_ntop(af, ia, hbuf + 1, sizeof(hbuf) - 3)) {
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dnanoftp.c1492 inet_ntop (AF_INET6, &((struct sockaddr_in6 *)&dataAddr)->sin6_addr,
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dcommands.c2132 inet_ntop(sa->sa_family, addr, addrbuf, sizeof(addrbuf));
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.c2354 (void)inet_ntop(((struct sockaddr_in *)address)->sin_family,
2360 (void)inet_ntop(((struct sockaddr_in6 *)address)->sin6_family,
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c1096 if (inet_ntop(AF_INET, &ndmntp->ndm_saddr.sin_addr, uaddr, sizeof(uaddr)) != uaddr) {
1357 if (inet_ntop(AF_INET, &ndmntp->ndm_saddr.sin_addr, uaddr, sizeof(uaddr)) != uaddr) {
1605 if (!sinaddr || (inet_ntop(ss.ss_family, sinaddr, uaddr, sizeof(uaddr)) != uaddr)) {
H A Dnfs4_subs.c257 if (sinaddr && port && (inet_ntop(ss.ss_family, sinaddr, raddr, sizeof(raddr)) == raddr)) {
/macosx-10.10.1/NFS-82/rpc.lockd/
H A Dlockd_lock.c2149 if (inet_ntop(ai->ai_family, sinaddr, addrbuf, sizeof(addrbuf)))
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dscnc_utils.c1358 // Wcast-align fixes (void*) OK - inet_ntop has no alignment requirement
1370 return inet_ntop(addr->sa_family, p, buf, buflen);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_nbr.c225 type, why, inet_ntop(AF_INET6,
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dchannels.c1231 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL)

Completed in 248 milliseconds

12345678