Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
dns_addrinfo Struct Reference

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.
 

Detailed Description

Address info struct is passed to callback that gets all the results.

Field Documentation

◆ ai_addr

struct sockaddr dns_addrinfo::ai_addr

IP address information.

◆ ai_addrlen

socklen_t dns_addrinfo::ai_addrlen

Length of the ai_addr field.

◆ ai_canonname

char dns_addrinfo::ai_canonname[20+1]

Canonical name of the address.

◆ ai_family

uint8_t dns_addrinfo::ai_family

Address family of the address information.


The documentation for this struct was generated from the following file: