Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
dns_resolve_txt Struct Reference

TXT record information. More...

#include <zephyr/net/dns_resolve.h>

Data Fields

size_t textlen
 Length of the text field.
char text [64+1]
 Text field (NULL terminated).

Detailed Description

TXT record information.

Field Documentation

◆ text

char dns_resolve_txt::text[64+1]

Text field (NULL terminated).

◆ textlen

size_t dns_resolve_txt::textlen

Length of the text field.


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