[#BIO_new_accept] = BIO_new_accept :mrdocs: Create an accept BIO bound to `host_port` (host:port or port‐only form). == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO.adoc[BIO]* BIO_new_accept(char const* host_port); ---- == Return Value New accept BIO, or NULL on failure; free with BIO_free_all(). == Parameters [cols="1,4"] |=== | Name| Description | *host_port* | Local bind specification parsed like BIO_set_accept_name(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#