BIO_hostserv_priorities

How BIO_parse_hostserv() disambiguates host vs service in a combined string.

Synopsis

Declared in <openssl/bio.h>

enum BIO_hostserv_priorities;

Members

NameDescription
BIO_PARSE_PRIO_HOST Prefer interpreting an ambiguous token as a hostname.
BIO_PARSE_PRIO_SERV Prefer interpreting an ambiguous token as a service/port.