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

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

Data Fields

UINTN RRCount
 
DNS6_RESOURCE_RECORDRRList
 

Detailed Description

DNS6_GENERAL_LOOKUP_DATA

Definition at line 199 of file Dns6.h.

Field Documentation

◆ RRCount

UINTN DNS6_GENERAL_LOOKUP_DATA::RRCount

Number of returned matching RRs.

Definition at line 203 of file Dns6.h.

◆ RRList

DNS6_RESOURCE_RECORD* DNS6_GENERAL_LOOKUP_DATA::RRList

Pointer to the all the returned matching RRs. It's caller responsibility to free the allocated memory to hold the returned RRs.

Definition at line 208 of file Dns6.h.


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