iPXE
Data Fields
dns_rr_a Struct Reference

A DNS "A" record. More...

#include <dns.h>

Data Fields

struct dns_rr_common common
 Common fields. More...
 
struct in_addr in_addr
 IPv4 address. More...
 

Detailed Description

A DNS "A" record.

Definition at line 110 of file dns.h.

Field Documentation

◆ common

struct dns_rr_common dns_rr_a::common

Common fields.

Definition at line 112 of file dns.h.

◆ in_addr

struct in_addr dns_rr_a::in_addr

IPv4 address.

Definition at line 114 of file dns.h.

Referenced by dns_xfer_deliver().


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