inet_ntoa         147 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         sprintf(src, "%s", inet_ntoa(inaddr.sin_addr));
inet_ntoa         159 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         sprintf(dst, "%s", inet_ntoa(inaddr.sin_addr));
inet_ntoa         176 opal/mca/btl/tcp/btl_tcp_endpoint.c     used += snprintf(&outmsg[used], DEBUG_LENGTH - used, "%s -", inet_ntoa(inaddr.sin_addr));
inet_ntoa         190 opal/mca/btl/tcp/btl_tcp_endpoint.c     used += snprintf(&outmsg[used], DEBUG_LENGTH - used, " %s", inet_ntoa(inaddr.sin_addr));
inet_ntoa        1713 opal/mca/btl/usnic/btl_usnic_module.c                         inet_ntoa(sin->sin_addr),
inet_ntoa         133 opal/mca/event/libevent2022/libevent/http.c 			if (strlcpy(host, inet_ntoa(sin->sin_addr),
inet_ntoa         126 opal/mca/event/libevent2022/libevent/test/regress_dns.c 			TT_BLATHER(("%s ", inet_ntoa(in_addrs[i])));
inet_ntoa         316 opal/mca/event/libevent2022/libevent/test/regress_dns.c 					inet_ntoa(in_addrs[0]), ttl);
inet_ntoa         436 opal/util/net.c     return inet_ntoa(((struct sockaddr_in*) addr)->sin_addr);
inet_ntoa         195 orte/mca/ras/slurm/ras_slurm_module.c             slurm_host = strdup(inet_ntoa(*(struct in_addr*)h->h_addr_list[0]));