Lines Matching refs:bio_err

107             BIO_printf(bio_err, "Error: failed without EAGAIN\n");  in test_bio_tfo()
112 BIO_printf(bio_err, "Error: accepted unknown connection\n"); in test_bio_tfo()
120 BIO_printf(bio_err, "Skip: TFO not enabled/supported for client\n"); in test_bio_tfo()
123 BIO_printf(bio_err, "Error: failed without EINPROGRESSn"); in test_bio_tfo()
131 BIO_printf(bio_err, "Error: socket wait failed\n"); in test_bio_tfo()
139 BIO_printf(bio_err, "Error: failed without EAGAIN\n"); in test_bio_tfo()
144 BIO_printf(bio_err, "Success: non-TFO connection accepted without data\n"); in test_bio_tfo()
146 …BIO_printf(bio_err, "Ignore: connection accepted before data, possibly no TFO cookie, or TFO may n… in test_bio_tfo()
148 … BIO_printf(bio_err, "Success: connection accepted before data, client TFO is disabled\n"); in test_bio_tfo()
150 … BIO_printf(bio_err, "Warning: connection accepted before data, TFO may not be enabled\n"); in test_bio_tfo()
164 BIO_printf(bio_err, "Error: socket wait failed\n"); in test_bio_tfo()
171 BIO_printf(bio_err, "Error: socket not accepted\n"); in test_bio_tfo()
174 BIO_printf(bio_err, "Success: Server accepted socket after write\n"); in test_bio_tfo()
192 BIO_printf(bio_err, "last errno: %d=%s\n", sockerr, errstr); in test_bio_tfo()
249 BIO_printf(bio_err, "Using IPv4\n"); in test_fd_tfo()
255 BIO_printf(bio_err, "Using IPv6\n"); in test_fd_tfo()
258 BIO_printf(bio_err, "Unknown address family %d\n", ai->ai_family); in test_fd_tfo()
305 BIO_printf(bio_err, "Error: failed without EAGAIN\n"); in test_fd_tfo()
309 BIO_printf(bio_err, "Error: accepted unknown connection\n"); in test_fd_tfo()
317 BIO_printf(bio_err, "Skip: TFO not enabled/supported for client\n"); in test_fd_tfo()
322 BIO_printf(bio_err, "Error: failed without EINPROGRESS\n"); in test_fd_tfo()
331 BIO_printf(bio_err, "Error: socket wait failed\n"); in test_fd_tfo()
341 BIO_printf(bio_err, "Error: failed without EAGAIN\n"); in test_fd_tfo()
346 BIO_printf(bio_err, "Success: non-TFO connection accepted without data\n"); in test_fd_tfo()
348 …BIO_printf(bio_err, "Ignore: connection accepted before data, possibly no TFO cookie, or TFO may n… in test_fd_tfo()
350 … BIO_printf(bio_err, "Success: connection accepted before data, client TFO is disabled\n"); in test_fd_tfo()
352 … BIO_printf(bio_err, "Warning: connection accepted before data, TFO may not be enabled\n"); in test_fd_tfo()
373 BIO_printf(bio_err, "Error: socket wait failed\n"); in test_fd_tfo()
381 BIO_printf(bio_err, "Error: socket not accepted\n"); in test_fd_tfo()
384 BIO_printf(bio_err, "Success: Server accepted socket after write\n"); in test_fd_tfo()
401 BIO_printf(bio_err, "last errno: %d=%s\n", sockerr, errstr); in test_fd_tfo()