Searched refs:inet_ntop (Results 126 - 150 of 188) sorted by relevance

12345678

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Ddnssd_clientstub.c2282 if (!inet_ntop(AF_INET, (const void *)&sr->sin_addr, target_str, sizeof (target_str)))
2287 if (!inet_ntop(AF_INET, (const void *)&sl->sin_addr, source_str, sizeof (source_str)))
2305 if (!inet_ntop(AF_INET6, (const void *)&sr6->sin6_addr, target_str, sizeof (target_str)))
2310 if (!inet_ntop(AF_INET6, (const void *)&sl6->sin6_addr, source_str, sizeof (source_str)))
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dmcast.c786 inet_ntop(AF_INET6, (const char *)pina++, addrbuf,
H A Dif.c146 static char ntop_buf[INET6_ADDRSTRLEN]; /* for inet_ntop() */
231 inet_ntop(AF_INET6, &sin6.sin6_addr,
509 printf("%-17.17s ", (char *)inet_ntop(AF_INET6,
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dnetboot.c253 *host = inet_ntop(AF_INET, iaddr_p, tmp, sizeof(tmp));
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2_compat.c357 printf("%s", inet_ntop(AF_INET, &a[0], ipv4str, sizeof(ipv4str)));
359 printf(":%s", inet_ntop(AF_INET, &a[1], ipv4str, sizeof(ipv4str)));
467 inet_ntop(AF_INET, &s->sa.sin_addr, ipv4str,
603 inet_ntop(AF_INET, &cmdif->p.ip, ipv4str,
H A Dudp_usrreq.c644 "UDP %s:%d from %s:%d\n", inet_ntop(AF_INET,
646 ntohs(uh->uh_dport), inet_ntop(AF_INET,
653 "UDP %s:%d from %s:%d\n", inet_ntop(AF_INET,
655 ntohs(uh->uh_dport), inet_ntop(AF_INET,
H A Dtcp_input.c1841 inet_ntop(AF_INET6, &ip6->ip6_dst, dbuf, sizeof(dbuf));
1842 inet_ntop(AF_INET6, &ip6->ip6_src, sbuf, sizeof(sbuf));
1846 inet_ntop(AF_INET, &ip->ip_dst, dbuf, sizeof(dbuf));
1847 inet_ntop(AF_INET, &ip->ip_src, sbuf, sizeof(sbuf));
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dtcp.c90 # define zsh_inet_ntop inet_ntop
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dip_plugin.c881 addr_str = inet_ntop(ifstate->af, address, ntopbuf, sizeof(ntopbuf));
3042 inet_ntop(AF_INET6, addr, ntopbuf, sizeof(ntopbuf)),
3975 inet_ntop(AF_INET6, old_router,
3984 inet_ntop(AF_INET6, old_router, ntopbuf, sizeof(ntopbuf)));
3997 inet_ntop(AF_INET6, new_router,
4006 inet_ntop(AF_INET6, new_router, ntopbuf, sizeof(ntopbuf)));
4418 inet_ntop(AF_INET6, &ipv6_addr,
5558 (void)inet_ntop(AF_INET6, ip, ntopbuf, sizeof(ntopbuf));
6443 (void)inet_ntop(results->af, &scan->addr, ntopbuf, sizeof(ntopbuf));
6625 (void)inet_ntop(a
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDPrivate.c146 (void)inet_ntop(addr.sin->sin_family,
152 (void)inet_ntop(addr.sin6->sin6_family,
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp_cfg.c1632 inet_ntop(AF_INET, &tmp.addr4, dest + p, IP_MAX);
1637 inet_ntop(AF_INET, &tmp.mask4, dest + p, IP_MAX);
/macosx-10.10.1/libresolv-57/
H A Dres_init.c1181 inet_ntop(AF_INET, (char *)(sc_res->nameserver[i]) + INET_NTOP_AF_INET_OFFSET, val, sizeof(val));
1187 inet_ntop(AF_INET6, (char *)(sc_res->nameserver[i]) + INET_NTOP_AF_INET6_OFFSET, val, sizeof(val));
H A Ddns_util.c1599 fprintf(f, " %s", inet_ntop(AF_INET6, (char *)(&s6) + INET_NTOP_AF_INET6_OFFSET, pbuf, 64));
1789 fprintf(f, "Server: %s", inet_ntop(r->server->sa_family, (char *)(r->server) + offset, scratch, 1024));
1972 fprintf(f, " %u: %s", i, inet_ntop(sa->sa_family, (char *)sa + offset, scratch, 1024));
H A Ddns.c318 inet_ntop(AF_INET, (char *)(r->nameserver[i]) + INET_NTOP_AF_INET_OFFSET, val, 256);
332 inet_ntop(AF_INET6, (char *)(r->nameserver[i]) + INET_NTOP_AF_INET6_OFFSET, val, 256);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6_src.c652 (void) inet_ntop(AF_INET6, &src, s_src, sizeof (s_src));
653 (void) inet_ntop(AF_INET6, dst, s_dst, sizeof (s_dst));
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Ddaemon.c1763 s = inet_ntop( AF_INET, &((struct sockaddr_in *)*sal)->sin_addr,
1781 s = inet_ntop( AF_INET6, &((struct sockaddr_in6 *)*sal)->sin6_addr,
2213 peeraddr = inet_ntop( AF_INET,
2224 peeraddr = inet_ntop( AF_INET6,
2236 peeraddr = inet_ntop( AF_INET, &from.sa_in_addr.sin_addr,
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dsi_getaddrinfo.c184 * we inet_ntop() and printf() and return the results.
314 if (inet_ntop(AF_INET, &a4, buf, sizeof(buf)) != 0)
329 if (inet_ntop(AF_INET6, &a6, buf, sizeof(buf)) != 0)
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_smb.c1498 (void)inet_ntop(AF_INET, &in->sin_addr.s_addr, vcp->ipv4v6DotName, sizeof(vcp->ipv4v6DotName));
1504 (void)inet_ntop(AF_INET6, &in->sin_addr.s_addr, vcp->ipv4v6DotName, sizeof(vcp->ipv4v6DotName));
/macosx-10.10.1/Heimdal-398.1.2/appl/rsh/
H A Drshd.c383 if (inet_ntop (thataddr->sa_family,
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Difutil.c1078 inet_ntop(AF_INET6, &scan->addr,
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A Dnss_mdns.c721 if (inet_ntop (af, addr, addr_str, NI_MAXHOST) == NULL)
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_defs.h1361 extern const char *inet_ntop(int, const void *, char *, size_t);
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dne_sm_bridge.c370 inet_ntop(AF_INET, &inetdata->ia_addr, addr_str, sizeof(addr_str));
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Daddrtoname.c308 cp = inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf));
/macosx-10.10.1/NFS-82/nfsstat/
H A Dnfsstat.c1898 else if (inet_ntop(AF_INET, &in->sin_addr, addrbuf, sizeof(addrbuf)))
1907 else if (inet_ntop(AF_INET6, &in6->sin6_addr, addrbuf, sizeof(addrbuf)))

Completed in 325 milliseconds

12345678