hostent

Resolve name with gethostbyname(3) (deprecated; prefer BIO_lookup_ex()).

Synopsis

Declared in <openssl/bio.h>

struct hostent;

Non-Member Functions

NameDescription
BIO_gethostbynameResolve name with gethostbyname(3) (deprecated; prefer BIO_lookup_ex()).

Return Value

Pointer to a static hostent on success, or NULL on failure.

Parameters

NameDescription
nameHost name to look up.