TianoCore EDK2 master
Loading...
Searching...
No Matches
DNS_RESOURCE_RECORD Struct Reference

#include <MdePkg/Include/Protocol/Dns4.h>

Data Fields

CHAR8 * QName
 
UINT16 QType
 
UINT16 QClass
 
UINT32 TTL
 
UINT16 DataLength
 
CHAR8 * RData
 

Detailed Description

DNS_RESOURCE_RECORD

Definition at line 178 of file Dns4.h.

Field Documentation

◆ DataLength

UINT16 DNS_RESOURCE_RECORD::DataLength

16 big integer which specify the length of RData.

Definition at line 200 of file Dns4.h.

◆ QClass

UINT16 DNS_RESOURCE_RECORD::QClass

The CLASS code of this RR.

Definition at line 190 of file Dns4.h.

◆ QName

CHAR8* DNS_RESOURCE_RECORD::QName

The Owner name.

Definition at line 182 of file Dns4.h.

◆ QType

UINT16 DNS_RESOURCE_RECORD::QType

The Type Code of this RR.

Definition at line 186 of file Dns4.h.

◆ RData

CHAR8* DNS_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 205 of file Dns4.h.

◆ TTL

UINT32 DNS_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 can not be cached.

Definition at line 196 of file Dns4.h.


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