Searched refs:h_info (Results 1 – 1 of 1) sorted by relevance
178 struct hostent *h_info; in wConnect() local196 if ((h_info = gethostbyname(printer_addr)) != NULL) { in wConnect()197 (void) memcpy(&(sin.sin_addr.s_addr), h_info->h_addr, h_info->h_length); in wConnect()