Searched refs:h_addrtype (Results 1 – 17 of 17) sorted by relevance
61 def.h_addrtype = AF_INET; in netfinger()73 sin.sin_family = hp->h_addrtype; in netfinger()76 if ((s = socket(hp->h_addrtype, SOCK_STREAM, 0)) == INVALID_SOCKET) { in netfinger()
122 s = socket(hp->h_addrtype, SOCK_STREAM, 0); in main()129 sin.sin_family = hp->h_addrtype; in main()
121 s_hostent.h_addrtype = AF_INET; in lwip_gethostbyname()130 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype)); in lwip_gethostbyname()221 ret->h_addrtype = AF_INET; in lwip_gethostbyname_r()
32 Hostent->h_addrtype = AddressFamily; in Hostent_Init()
96 int h_addrtype; /* Address type. */ member
41 INT16 h_addrtype; /* host address type */ member
126 sa->sin_family = hp->h_addrtype; in AddrStrToAddr()
1171 if (h->h_addrtype == AF_INET) { in xmlNanoHTTPConnectHost()1178 sockin.sin_family = h->h_addrtype; in xmlNanoHTTPConnectHost()1183 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) { in xmlNanoHTTPConnectHost()1190 sockin6.sin6_family = h->h_addrtype; in xmlNanoHTTPConnectHost()
722 addr.sin_family = host->h_addrtype; in test_communication()725 sock = socket(host->h_addrtype, SOCK_STREAM, 0); in test_communication()
254 phe->h_addrtype = AF_INET; in mswBufferAppendBlob_Hostent()
163 if ((ptHost->h_addrtype == AF_INET) && (ptHost->h_length == sizeof(struct in_addr))) { in WspiapiQueryDNS()
136 short h_addrtype; member
170 short h_addrtype; member
266 if ((Hostent->h_addrtype == AF_INET) && in QueryDNS()
410 cip->servCtlAddr.sin_family = hp->h_addrtype; in OpenControlConnection()
116 hisctladdr.sin_family = hp->h_addrtype; in hookup()
2122 if (hp != NULL && hp->h_addrtype == AF_INET) {