Searched refs:output_hostent (Results 1 – 1 of 1) sorted by relevance
115 output_hostent (const char *call, struct hostent *hptr) in output_hostent() function166 output_hostent ("gethostbyname(\"localhost\")", hptr1); in test_hosts()170 output_hostent ("gethostbyname (\"127.0.0.1\")", hptr1); in test_hosts()173 output_hostent ("gethostbyname (\"10.1234\")", hptr1); in test_hosts()176 output_hostent ("gethostbyname2 (\"localhost\", AF_INET)", hptr1); in test_hosts()189 output_hostent ("gethostbyname (gethostname(...))", hptr1); in test_hosts()204 output_hostent ("gethostent ()", hptr1); in test_hosts()
Completed in 4 milliseconds