Lines Matching full:accepted

112         BIO_printf(bio_err, "Error: accepted unknown connection\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()
168 /* FINAL ACCEPT: if TFO is enabled, socket should be accepted at *this* point */ 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()
209 int sfd = -1; /* server accepted socket */ in test_fd_tfo()
309 BIO_printf(bio_err, "Error: accepted unknown connection\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()
377 /* FINAL ACCEPT: if TFO is enabled, socket should be accepted at *this* point */ 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()