Resolve name with gethostbyname(3) (deprecated; prefer BIO_lookup_ex()).
Declared in <openssl/bio.h>
struct hostent;
| Name | Description |
|---|---|
BIO_gethostbyname | Resolve name with gethostbyname(3) (deprecated; prefer BIO_lookup_ex()). |
Pointer to a static hostent on success, or NULL on failure.
| Name | Description |
|---|---|
| name | Host name to look up. |