• Home
  • Raw
  • Download

Lines Matching refs:stdout

78 		fprintf(stdout, "[Timed out] ");  in dns_gethostbyname_cb()
84 fprintf(stdout, "[Error code %d] ", result); in dns_gethostbyname_cb()
139 fprintf(stdout, "Simple DNS resolve: "); in dns_gethostbyname()
145 fprintf(stdout, "OK\n"); in dns_gethostbyname()
147 fprintf(stdout, "FAILED\n"); in dns_gethostbyname()
155 fprintf(stdout, "IPv6 DNS resolve: "); in dns_gethostbyname6()
161 fprintf(stdout, "OK\n"); in dns_gethostbyname6()
163 fprintf(stdout, "SKIPPED\n"); in dns_gethostbyname6()
165 fprintf(stdout, "FAILED (%d)\n", dns_ok); in dns_gethostbyname6()
175 fprintf(stdout, "Simple reverse DNS resolve: "); in dns_gethostbyaddr()
181 fprintf(stdout, "OK\n"); in dns_gethostbyaddr()
183 fprintf(stdout, "FAILED\n"); in dns_gethostbyaddr()
221 fprintf(stdout, "Unexpected question %d %d \"%s\" ", in dns_server_request_cb()
230 fprintf(stdout, "Couldn't send reply. "); in dns_server_request_cb()
240 fprintf(stdout, "Unexpected result %d. ", result); in dns_server_gethostbyname_cb()
245 fprintf(stdout, "Unexpected answer count %d. ", count); in dns_server_gethostbyname_cb()
253 fprintf(stdout, "Bad IPv4 response \"%s\" %d. ", in dns_server_gethostbyname_cb()
267 fprintf(stdout, "Bad IPv6 response \"%s\" %d. ", b, ttl); in dns_server_gethostbyname_cb()
277 fprintf(stdout, "Bad PTR response \"%s\" %d. ", in dns_server_gethostbyname_cb()
285 fprintf(stdout, "Bad response type %d. ", type); in dns_server_gethostbyname_cb()
304 fprintf(stdout, "DNS server support: "); in dns_server()
310 fprintf(stdout, "Couldn't set up.\n"); in dns_server()
350 fprintf(stdout, "OK\n"); in dns_server()
352 fprintf(stdout, "FAILED\n"); in dns_server()