iPXE
Data Fields
DNS6_GENERAL_LOOKUP_DATA Struct Reference

DNS6_GENERAL_LOOKUP_DATA. More...

#include <Dns6.h>

Data Fields

UINTN RRCount
 Number of returned matching RRs. More...
 
DNS6_RESOURCE_RECORDRRList
 Pointer to the all the returned matching RRs. More...
 

Detailed Description

DNS6_GENERAL_LOOKUP_DATA.

Definition at line 201 of file Dns6.h.

Field Documentation

◆ RRCount

UINTN DNS6_GENERAL_LOOKUP_DATA::RRCount

Number of returned matching RRs.

Definition at line 205 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 210 of file Dns6.h.


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