#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] |
Definition at line 35 of file SRV.h.
| 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::weight |
Definition at line 37 of file SRV.h.
Referenced by dns_process(), and HostDBContinuation::dnsEvent().
1.7.1