iPXE
Data Fields
DNS6_RESOURCE_RECORD Struct Reference

DNS6_RESOURCE_RECORD. More...

#include <Dns6.h>

Data Fields

CHAR8QName
 The Owner name. More...
 
UINT16 QType
 The Type Code of this RR. More...
 
UINT16 QClass
 The CLASS code of this RR. More...
 
UINT32 TTL
 32 bit integer which specify the time interval that the resource record may be cached before the source of the information should again be consulted. More...
 
UINT16 DataLength
 16 big integer which specify the length of RData. More...
 
CHAR8RData
 A string of octets that describe the resource, the format of this information varies according to QType and QClass difference. More...
 

Detailed Description

DNS6_RESOURCE_RECORD.

Definition at line 168 of file Dns6.h.

Field Documentation

◆ QName

CHAR8* DNS6_RESOURCE_RECORD::QName

The Owner name.

Definition at line 172 of file Dns6.h.

◆ QType

UINT16 DNS6_RESOURCE_RECORD::QType

The Type Code of this RR.

Definition at line 176 of file Dns6.h.

◆ QClass

UINT16 DNS6_RESOURCE_RECORD::QClass

The CLASS code of this RR.

Definition at line 180 of file Dns6.h.

◆ TTL

UINT32 DNS6_RESOURCE_RECORD::TTL

32 bit integer which specify the time interval that the resource record may be cached before the source of the information should again be consulted.

Zero means this RR cannot be cached.

Definition at line 186 of file Dns6.h.

◆ DataLength

UINT16 DNS6_RESOURCE_RECORD::DataLength

16 big integer which specify the length of RData.

Definition at line 190 of file Dns6.h.

◆ RData

CHAR8* DNS6_RESOURCE_RECORD::RData

A string of octets that describe the resource, the format of this information varies according to QType and QClass difference.

Definition at line 195 of file Dns6.h.


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