Public Member Functions | Data Fields

SRV Struct Reference

#include <SRV.h>

Public Member Functions

 SRV ()

Data Fields

unsigned int weight
unsigned int port
unsigned int priority
unsigned int ttl
unsigned int host_len
unsigned int key
char host [MAXDNAME]

Detailed Description

Definition at line 35 of file SRV.h.


Constructor & Destructor Documentation

SRV::SRV (  )  [inline]

Definition at line 45 of file SRV.h.

References host.


Field Documentation

char SRV::host[MAXDNAME]

Definition at line 43 of file SRV.h.

Referenced by dns_process(), HostDBContinuation::dnsEvent(), and SRV().

unsigned int SRV::host_len

Definition at line 41 of file SRV.h.

Referenced by dns_process(), and HostDBContinuation::dnsEvent().

unsigned int SRV::key

Definition at line 42 of file SRV.h.

Referenced by dns_process(), HostDBContinuation::dnsEvent(), and operator<().

unsigned int SRV::port

Definition at line 38 of file SRV.h.

Referenced by dns_process(), and HostDBContinuation::dnsEvent().

unsigned int SRV::priority

Definition at line 39 of file SRV.h.

Referenced by dns_process(), HostDBContinuation::dnsEvent(), and operator<().

unsigned int SRV::ttl

Definition at line 40 of file SRV.h.

unsigned int SRV::weight

Definition at line 37 of file SRV.h.

Referenced by dns_process(), and HostDBContinuation::dnsEvent().


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