gethostent
while ((hp = gethostent()) != NULL)
struct hostent *gethostent(void);
struct hostent *gethostent(void);
struct hostent *gethostent();
struct hostent *he = gethostent();
struct hostent *gethostent __P((void));