Host entry returned by gethostbyname() (legacy).
More...
#include <zephyr/posix/netdb.h>
|
| char * | h_name |
| | Official name of the host.
|
| |
| char ** | h_aliases |
| | NULL-terminated list of alternate names.
|
| |
| int | h_addrtype |
| | Address type (AF_INET, etc.).
|
| |
| int | h_length |
| | Length of each address in bytes.
|
| |
| char ** | h_addr_list |
| | NULL-terminated list of addresses.
|
| |
Host entry returned by gethostbyname() (legacy).
Definition at line 58 of file netdb.h.
◆ h_addr_list
| char** hostent::h_addr_list |
NULL-terminated list of addresses.
Definition at line 63 of file netdb.h.
◆ h_addrtype
Address type (AF_INET, etc.).
Definition at line 61 of file netdb.h.
◆ h_aliases
| char** hostent::h_aliases |
NULL-terminated list of alternate names.
Definition at line 60 of file netdb.h.
◆ h_length
Length of each address in bytes.
Definition at line 62 of file netdb.h.
◆ h_name
Official name of the host.
Definition at line 59 of file netdb.h.
The documentation for this struct was generated from the following file: