EpiRootkit
By STDBOOL
Loading...
Searching...
No Matches
dns_header_t Struct Reference

DNS protocol header (network byte order, it is important). More...

Public Attributes

__be16 id
 
__be16 flags
 
__be16 qdcount
 
__be16 ancount
 
__be16 nscount
 
__be16 arcount
 

Detailed Description

DNS protocol header (network byte order, it is important).

Definition at line 10 of file dns.c.

Member Data Documentation

◆ ancount

__be16 ancount

Definition at line 14 of file dns.c.

◆ arcount

__be16 arcount

Definition at line 16 of file dns.c.

◆ flags

__be16 flags

Definition at line 12 of file dns.c.

◆ id

__be16 id

Definition at line 11 of file dns.c.

◆ nscount

__be16 nscount

Definition at line 15 of file dns.c.

◆ qdcount

__be16 qdcount

Definition at line 13 of file dns.c.


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