How BIO_parse_hostserv() disambiguates host vs service in a combined string.
Declared in <openssl/bio.h>
enum BIO_hostserv_priorities;
| Name | Description |
|---|---|
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. |