![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
Host database entry. More...
#include <zephyr/posix/netdb.h>
Data Fields | |
| 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. | |
| char** hostent::h_addr_list |
| char** hostent::h_aliases |