[#BIO_hostserv_priorities] = BIO_hostserv_priorities :mrdocs: How BIO_parse_hostserv() disambiguates host vs service in a combined string. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum BIO_hostserv_priorities; ---- == Members [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#