Lines Matching refs:hent
950 struct hostent *hent;952 hent = gethostbyname(hostname);953 if (!hent) {971 memcpy(&addr->sin_addr, hent->h_addr, 4);972 strcpy(hostname, hent->h_name);