Searched refs:inet_ntoa (Results 1 – 16 of 16) sorted by relevance
| /xnu-12377.41.6/tests/ |
| H A D | test_ip_drop_membership.c | 61 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 D | tcp_cache_test.c | 76 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 D | recv_link_addr_type.c | 255 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 D | v4mappedv6_recvpktinfo.c | 107 hostaddrp = inet_ntoa(clientaddr.sin_addr); in listener_thread()
|
| H A D | net_test_lib.c | 714 inet_ntoa(route->dest)); in IPv4RouteApply() 838 inet_ntoa(route.dest)); in route_add_inet_scoped_subnet()
|
| H A D | net_bridge.c | 1983 port->ifname, inet_ntoa(ip_dst)); in mac_nat_send_arp_response()
|
| /xnu-12377.41.6/bsd/dev/dtrace/scripts/ |
| H A D | ip.d | 57 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 D | inet_ntoa.c | 35 inet_ntoa(struct in_addr ina) in inet_ntoa() function
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_private.h | 337 extern char *inet_ntoa(struct in_addr);
|
| H A D | in.c | 1382 inet_ntoa(sa->sin_addr), ia->ia_ifp->if_xname); in in_control()
|
| H A D | in_mcast.c | 1444 ("%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 D | files | 51 libkern/net/inet_ntoa.c standard
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | skywalk.py | 676 return inet_ntoa(struct.pack("I", unsigned(in_addr.s_addr)))
|
| H A D | net.py | 152 out_string = inet_ntoa(packed_value)
|
| /xnu-12377.41.6/tests/skywalk/ |
| H A D | skywalk_test_common.c | 2101 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 D | skt_xfer.c | 448 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()
|