Resolve name with gethostbyname(3) (deprecated; prefer BIO_lookup_ex()).
Synopsis
Declared in <openssl/bio.h>
[[deprecated]]
hostent*
BIO_gethostbyname(char const* name);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Pointer to a static hostent on success, or NULL on failure.
Parameters
Name |
Description |
name |
Host name to look up. |
Created with MrDocs