Home
last modified time | relevance | path

Searched refs:inet_ntoa (Results 1 – 10 of 10) sorted by relevance

/xnu-8019.80.24/bsd/dev/dtrace/scripts/
H A Dip.d57 inet_ntoa((uint32_t *)&P->inp_dependladdr.inp46_local.ia46_addr4.s_addr)) : "<null>";
60 inet_ntoa((uint32_t *)&P->inp_dependfaddr.inp46_foreign.ia46_addr4.s_addr)) : "<null>";
82 ip_saddr = (ip != NULL) ? inet_ntoa((uint32_t *)&ip->ip_src.s_addr) : "<null>";
83 ip_daddr = (ip != NULL) ? inet_ntoa((uint32_t *)&ip->ip_dst.s_addr) : "<null>";
108 inet_ntoa((uint32_t *)&(((struct ip *)i)->ip_src.s_addr)) :
112 inet_ntoa((uint32_t *)&((struct ip*)i)->ip_dst.s_addr) : ((((*(uint8_t *)i) >> 4) == 6) ?
181 ipv4_saddr = (ip != NULL) ? inet_ntoa((uint32_t *)&ip->ip_src.s_addr) : "<null>";
182 ipv4_daddr = (ip != NULL) ? inet_ntoa((uint32_t *)&ip->ip_dst.s_addr) : "<null>";
/xnu-8019.80.24/libkern/net/
H A Dinet_ntoa.c35 inet_ntoa(struct in_addr ina) in inet_ntoa() function
/xnu-8019.80.24/tests/
H A Dv4mappedv6_recvpktinfo.c105 hostaddrp = inet_ntoa(clientaddr.sin_addr); in listener_thread()
H A Dnet_bridge.c602 inet_ntoa(route->dest)); in IPv4RouteApply()
710 inet_ntoa(route.dest)); in add_scoped_subnet_route()
2537 port->ifname, inet_ntoa(ip_dst)); in mac_nat_send_arp_response()
/xnu-8019.80.24/libkern/conf/
H A Dfiles50 libkern/net/inet_ntoa.c standard
/xnu-8019.80.24/bsd/netinet/
H A Din.h941 extern char *inet_ntoa(struct in_addr);
H A Din.c1474 inet_ntoa(sa->sin_addr), ia->ia_ifp->if_xname); in in_control()
2506 inet_ntoa(((const struct sockaddr_in *)(const void *)l3addr)->sin_addr)); in in_lltable_rtcheck()
H A Din_mcast.c1425 ("%s: %s not in 224.0.0.0/24\n", __func__, inet_ntoa(*ap))); in in_addmulti()
/xnu-8019.80.24/tools/lldbmacros/
H A Dskywalk.py673 return inet_ntoa(struct.pack("I", unsigned(in_addr.s_addr)))
H A Dnet.py177 out_string = inet_ntoa(packed_value)