Searched refs:host_info (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/print/transports/shared/
H A DSocket.cpp78 hostent *host_info; local
83 } else if ((host_info = gethostbyname(__host.c_str())) != NULL) {
84 memcpy(&sin.sin_addr, host_info->h_addr, host_info->h_length);
85 sin.sin_family = host_info->h_addrtype;

Completed in 39 milliseconds