#include <dns-proto.h>
|
virtual std::vector< byte > | data () const |
|
| DNSSrvRR (const std::string &name, int ttl, int prio, int weight, int port, const std::string &target) |
|
| DNSRR (const std::string &name, int rrtype, int qclass, int ttl) |
|
| DNSRR (const std::string &name, int rrtype, int ttl) |
|
virtual | ~DNSRR () |
|
| DNSQuestion (const std::string &name, int rrtype) |
|
| DNSQuestion (const std::string &name, int rrtype, int qclass) |
|
virtual | ~DNSQuestion () |
|
Definition at line 130 of file dns-proto.h.
◆ DNSSrvRR()
ares::DNSSrvRR::DNSSrvRR |
( |
const std::string & |
name, |
|
|
int |
ttl, |
|
|
int |
prio, |
|
|
int |
weight, |
|
|
int |
port, |
|
|
const std::string & |
target |
|
) |
| |
|
inline |
◆ data()
std::vector< byte > ares::DNSSrvRR::data |
( |
| ) |
const |
|
virtual |
◆ port_
int ares::DNSSrvRR::port_ |
◆ prio_
int ares::DNSSrvRR::prio_ |
◆ target_
std::string ares::DNSSrvRR::target_ |
◆ weight_
int ares::DNSSrvRR::weight_ |
The documentation for this struct was generated from the following files: