report_server_accept
int report_server_accept(BIO *out, int asock, int with_address, int with_pid);
port_num = report_server_accept(bio_out, asock, 1, 1);
if (!report_server_accept(bio_s_out, asock, sock_port == 0, 0)) {