Home
last modified time | relevance | path

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

/reactos/base/applications/network/finger/
H A Dnet.c61 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()
/reactos/base/applications/network/whois/
H A Dwhois.c122 s = socket(hp->h_addrtype, SOCK_STREAM, 0); in main()
129 sin.sin_family = hp->h_addrtype; in main()
/reactos/drivers/network/tcpip/lwip/src/api/
H A Dnetdb.c121 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()
/reactos/sdk/lib/dnslib/
H A Dhostent.c32 Hostent->h_addrtype = AddressFamily; in Hostent_Init()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dnetdb.h96 int h_addrtype; /* Address type. */ member
/reactos/sdk/include/reactos/wine/
H A Dwinsock16.h41 INT16 h_addrtype; /* host address type */ member
/reactos/modules/rosapps/applications/net/ncftp/sio/
H A DStrAddr.c126 sa->sin_family = hp->h_addrtype; in AddrStrToAddr()
/reactos/sdk/lib/3rdparty/libxml2/
H A Dnanohttp.c1171 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()
/reactos/modules/rostests/winetests/secur32/
H A Dschannel.c722 addr.sin_family = host->h_addrtype; in test_communication()
725 sock = socket(host->h_addrtype, SOCK_STREAM, 0); in test_communication()
/reactos/dll/win32/mswsock/
H A Dmswhelper.c254 phe->h_addrtype = AF_INET; in mswBufferAppendBlob_Hostent()
/reactos/sdk/include/psdk/
H A Dwspiapi.h163 if ((ptHost->h_addrtype == AF_INET) && (ptHost->h_length == sizeof(struct in_addr))) { in WspiapiQueryDNS()
H A Dwinsock.h136 short h_addrtype; member
H A Dwinsock2.h170 short h_addrtype; member
/reactos/dll/win32/ws2_32/src/
H A Daddrinfo.c266 if ((Hostent->h_addrtype == AF_INET) && in QueryDNS()
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dftp.c410 cip->servCtlAddr.sin_family = hp->h_addrtype; in OpenControlConnection()
/reactos/base/applications/network/ftp/
H A Dftp.c116 hisctladdr.sin_family = hp->h_addrtype; in hookup()
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dauth.c2122 if (hp != NULL && hp->h_addrtype == AF_INET) {