Searched refs:h_addrtype (Results 1 – 12 of 12) sorted by relevance
123 sa.sin_family= host->h_addrtype; in u_socket_connect()126 s = socket(host->h_addrtype, SOCK_STREAM, IPPROTO_TCP); in u_socket_connect()
1170 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()
884 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()
583 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()
617 server.sin_family = hp->h_addrtype; in main()
314 if (hp->h_addrtype != AF_INET) { in rarp_lookup()
612 int h_addrtype; member
949 CHECK_SIZE_AND_OFFSET(hostent, h_addrtype);
938 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()
635 af = hp->h_addrtype;
1338 if (host->h_addrtype != AF_INET || in host_to_ipaddr()
1918 if (hp != NULL && hp->h_addrtype == AF_INET) {