Zephyr API Documentation  3.6.99
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
 
socklen_t ai_addrlen
 
uint8_t ai_family
 
char ai_canonname [20+1]
 

Detailed Description

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

Field Documentation

◆ ai_addr

struct sockaddr dns_addrinfo::ai_addr

◆ ai_addrlen

socklen_t dns_addrinfo::ai_addrlen

◆ ai_canonname

char dns_addrinfo::ai_canonname[20+1]

◆ ai_family

uint8_t dns_addrinfo::ai_family

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