Home
last modified time | relevance | path

Searched refs:h_addrtype (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_network.c123 sa.sin_family= host->h_addrtype; in u_socket_connect()
126 s = socket(host->h_addrtype, SOCK_STREAM, IPPROTO_TCP); in u_socket_connect()
/external/libxml2/
Dnanohttp.c1170 if (h->h_addrtype == AF_INET) { in xmlNanoHTTPConnectHost()
1177 sockin.sin_family = h->h_addrtype; in xmlNanoHTTPConnectHost()
1182 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) { in xmlNanoHTTPConnectHost()
1189 sockin6.sin6_family = h->h_addrtype; in xmlNanoHTTPConnectHost()
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c884 result->hostent->h_addrtype = af; in mdns_lookup_name()
950 result->hostent->h_addrtype = af; in mdns_lookup_addr()
1089 af_to_rr (result->hostent->h_addrtype); in mdns_lookup_callback()
/external/netperf/
Dnettest_xti.c583 server.sin_family = hp->h_addrtype; in send_xti_tcp_stream()
1794 server.sin_family = hp->h_addrtype; in send_xti_tcp_rr()
2517 server.sin_family = hp->h_addrtype; in send_xti_udp_stream()
3513 server.sin_family = hp->h_addrtype; in send_xti_udp_rr()
5075 server.sin_family = hp->h_addrtype; in send_xti_tcp_conn_rr()
/external/iputils/
Dclockdiff.c617 server.sin_family = hp->h_addrtype; in main()
Drarpd.c314 if (hp->h_addrtype != AF_INET) { in rarp_lookup()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h612 int h_addrtype; member
Dsanitizer_platform_limits_posix.cc949 CHECK_SIZE_AND_OFFSET(hostent, h_addrtype);
/external/iproute2/misc/
Dss.c938 if (he->h_addrtype == AF_INET) in remember_he()
940 else if (he->h_addrtype == AF_INET6) in remember_he()
957 b->addr.family = he->h_addrtype; in remember_he()
/external/libpcap/Win32/Src/
Dgetaddrinfo.c635 af = hp->h_addrtype;
/external/iptables/libxtables/
Dxtables.c1338 if (host->h_addrtype != AF_INET || in host_to_ipaddr()
/external/ppp/pppd/
Dauth.c1918 if (hp != NULL && hp->h_addrtype == AF_INET) {