|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Address info struct is passed to callback that gets all the results. More...
#include <dns_resolve.h>
Data Fields | |
| struct sockaddr | ai_addr |
| IP address information. | |
| socklen_t | ai_addrlen |
| Length of the ai_addr field. | |
| uint8_t | ai_family |
| Address family of the address information. | |
| char | ai_canonname [20+1] |
| Canonical name of the address. | |
Address info struct is passed to callback that gets all the results.
| struct sockaddr dns_addrinfo::ai_addr |
IP address information.
| socklen_t dns_addrinfo::ai_addrlen |
Length of the ai_addr field.
| char dns_addrinfo::ai_canonname[20+1] |
Canonical name of the address.
| uint8_t dns_addrinfo::ai_family |
Address family of the address information.