Create an accept BIO bound to host_port (host:port or port‐only form).

Synopsis

Declared in <openssl/bio.h>

BIO*
BIO_new_accept(char const* host_port);

Return Value

New accept BIO, or NULL on failure; free with BIO_free_all().

Parameters

Name

Description

host_port

Local bind specification parsed like BIO_set_accept_name().

Created with MrDocs