Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
dns_resolve_private Struct Reference

Private RR record information. More...

#include <zephyr/net/dns_resolve.h>

Data Fields

uint16_t type
 RR type value (in private use range 65280-65534).
size_t datalen
 Length of the data field.
uint8_t data [128]
 Raw data from the private RR.

Detailed Description

Private RR record information.

Field Documentation

◆ data

uint8_t dns_resolve_private::data[128]

Raw data from the private RR.

◆ datalen

size_t dns_resolve_private::datalen

Length of the data field.

◆ type

uint16_t dns_resolve_private::type

RR type value (in private use range 65280-65534).


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