#include <SRV.h>
Public Member Functions | |
~SRVHosts () | |
SRVHosts () | |
Data Fields | |
unsigned | srv_host_count |
unsigned | srv_hosts_length |
SRV | hosts [HOST_DB_MAX_ROUND_ROBIN_INFO] |
Definition at line 59 of file SRV.h.
SRV SRVHosts::hosts[HOST_DB_MAX_ROUND_ROBIN_INFO] |
Definition at line 63 of file SRV.h.
Referenced by dns_process(), and HostDBContinuation::dnsEvent().
unsigned SRVHosts::srv_host_count |
Definition at line 61 of file SRV.h.
Referenced by dns_process(), HostDBContinuation::dnsEvent(), and HostDBContinuation::lookup_done().
unsigned SRVHosts::srv_hosts_length |
Definition at line 62 of file SRV.h.
Referenced by dns_process(), and HostDBContinuation::dnsEvent().