Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/
H A Dtest_ip_drop_membership.c61 char *imr_multiaddr = strdup(inet_ntoa(mreq->imr_multiaddr)); in print_mreq()
62 char *imr_interface = strdup(inet_ntoa(mreq->imr_interface)); in print_mreq()
74 char *imr_multiaddr = strdup(inet_ntoa(mreq_src->imr_multiaddr)); in print_mreq_src()
75 char *imr_sourceaddr = strdup(inet_ntoa(mreq_src->imr_sourceaddr)); in print_mreq_src()
76 char *imr_interface = strdup(inet_ntoa(mreq_src->imr_interface)); in print_mreq_src()
H A Dtcp_cache_test.c76 T_LOG(" tc_key.tck_src IP: %s", inet_ntoa(entry->tc_key.tck_src.thk_ip.addr));
85 T_LOG(" tc_key.tck_dst IP: %s", inet_ntoa(entry->tc_key.tck_dst.addr));
154 T_LOG(" th_key.thk_ip IP: %s", inet_ntoa(entry->th_key.thk_ip.addr));
H A Drecv_link_addr_type.c255 T_LOG("received packet to: %s address type: %d", inet_ntoa(addr), addr_type);
286 inet_ntoa(S_feth_pairs->list->one.ip),
293 inet_ntoa(S_feth_pairs->list->two.ip),
H A Dv4mappedv6_recvpktinfo.c107 hostaddrp = inet_ntoa(clientaddr.sin_addr); in listener_thread()
H A Dnet_test_lib.c714 inet_ntoa(route->dest)); in IPv4RouteApply()
838 inet_ntoa(route.dest)); in route_add_inet_scoped_subnet()
H A Dnet_bridge.c1983 port->ifname, inet_ntoa(ip_dst)); in mac_nat_send_arp_response()
/xnu-12377.41.6/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-12377.41.6/libkern/net/
H A Dinet_ntoa.c35 inet_ntoa(struct in_addr ina) in inet_ntoa() function
/xnu-12377.41.6/bsd/netinet/
H A Din_private.h337 extern char *inet_ntoa(struct in_addr);
H A Din.c1382 inet_ntoa(sa->sin_addr), ia->ia_ifp->if_xname); in in_control()
H A Din_mcast.c1444 ("%s: %s not in 224.0.0.0/24\n", __func__, inet_ntoa(*ap))); in in_addmulti()
/xnu-12377.41.6/libkern/conf/
H A Dfiles51 libkern/net/inet_ntoa.c standard
/xnu-12377.41.6/tools/lldbmacros/
H A Dskywalk.py676 return inet_ntoa(struct.pack("I", unsigned(in_addr.s_addr)))
H A Dnet.py152 out_string = inet_ntoa(packed_value)
/xnu-12377.41.6/tests/skywalk/
H A Dskywalk_test_common.c2101 inet_ntoa(route->dest)); in IPv4RouteApply()
2779 warn("%s", inet_ntoa(host)); in skt_add_arp_entry()
2797 inet_ntoa(host)); in skt_add_arp_entry()
H A Dskt_xfer.c448 return inet_ntoa(ip); in inet_ptrtoa()
1601 T_LOG("Sending to %s:%d\n", inet_ntoa(dst_ip), dst_port); in send_and_receive()
1802 T_LOG("Sending to %s:%d\n", inet_ntoa(dst_ip), dst_port); in ping_pong()
2230 T_LOG("Sending to %s:%d\n", inet_ntoa(dst_ip), dst_port); in send_tcp()