libspf2 1.2.11
Data Fields
ns_rr Struct Reference

#include <arpa_nameser.h>

Data Fields

char name [NS_MAXDNAME]
 
u_int16_t type
 
u_int16_t rr_class
 
u_int32_t ttl
 
u_int16_t rdlength
 
const u_char * rdata
 

Detailed Description

Definition at line 186 of file arpa_nameser.h.

Field Documentation

◆ name

char ns_rr::name[NS_MAXDNAME]

Definition at line 187 of file arpa_nameser.h.

Referenced by ns_parserr().

◆ rdata

const u_char* ns_rr::rdata

Definition at line 192 of file arpa_nameser.h.

Referenced by ns_parserr().

◆ rdlength

u_int16_t ns_rr::rdlength

Definition at line 191 of file arpa_nameser.h.

Referenced by ns_parserr().

◆ rr_class

u_int16_t ns_rr::rr_class

Definition at line 189 of file arpa_nameser.h.

Referenced by ns_parserr().

◆ ttl

u_int32_t ns_rr::ttl

Definition at line 190 of file arpa_nameser.h.

Referenced by ns_parserr().

◆ type

u_int16_t ns_rr::type

Definition at line 188 of file arpa_nameser.h.

Referenced by ns_parserr().


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