Searched refs:hp (Results 1 – 1 of 1) sorted by relevance
18 struct hostent hostbuf, *hp; in main() local29 &hp, &herr)) == ERANGE) in main()36 if (res != 0 || hp == NULL) in main()49 printf ("Got: %s %s\n", hp->h_name, in main()50 inet_ntoa (*(struct in_addr *) hp->h_addr)); in main()
Completed in 3 milliseconds