OpenSDN source code
DnsProto::DnsStats Struct Reference

#include <dns_proto.h>

Public Member Functions

 DnsStats ()
 
void Reset ()
 

Public Attributes

uint32_t requests
 
uint32_t resolved
 
uint32_t retransmit_reqs
 
uint32_t unsupported
 
uint32_t fail
 
uint32_t drop
 

Detailed Description

Definition at line 106 of file dns_proto.h.

Constructor & Destructor Documentation

◆ DnsStats()

DnsProto::DnsStats::DnsStats ( )
inline

Definition at line 107 of file dns_proto.h.

Here is the call graph for this function:

Member Function Documentation

◆ Reset()

void DnsProto::DnsStats::Reset ( )
inline

Definition at line 108 of file dns_proto.h.

Member Data Documentation

◆ drop

uint32_t DnsProto::DnsStats::drop

Definition at line 117 of file dns_proto.h.

◆ fail

uint32_t DnsProto::DnsStats::fail

Definition at line 116 of file dns_proto.h.

◆ requests

uint32_t DnsProto::DnsStats::requests

Definition at line 112 of file dns_proto.h.

◆ resolved

uint32_t DnsProto::DnsStats::resolved

Definition at line 113 of file dns_proto.h.

◆ retransmit_reqs

uint32_t DnsProto::DnsStats::retransmit_reqs

Definition at line 114 of file dns_proto.h.

◆ unsupported

uint32_t DnsProto::DnsStats::unsupported

Definition at line 115 of file dns_proto.h.


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