Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/lib/
Dprinter.c178 struct hostent *h_info; in wConnect() local
196 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()