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