Address info structure returned by getaddrinfo.
More...
#include <zephyr/posix/netdb.h>
Address info structure returned by getaddrinfo.
Definition at line 110 of file netdb.h.
◆ ai_addr
Socket address for this entry.
Definition at line 120 of file netdb.h.
◆ ai_addrlen
| socklen_t addrinfo::ai_addrlen |
◆ ai_canonname
| char* addrinfo::ai_canonname |
Canonical host name, or NULL.
Definition at line 121 of file netdb.h.
◆ ai_family
◆ ai_flags
Input AI_* flags.
Definition at line 112 of file netdb.h.
◆ ai_next
Next entry in the linked list, or NULL.
Definition at line 111 of file netdb.h.
◆ ai_protocol
| int addrinfo::ai_protocol |
Protocol (IPPROTO_*), or 0 for any.
Definition at line 115 of file netdb.h.
◆ ai_socktype
| int addrinfo::ai_socktype |
The documentation for this struct was generated from the following file: