#include <dns-proto.h>
|
virtual std::vector< byte > | data () const |
|
| DNSNaptrRR (const std::string &name, int ttl, int order, int pref, const std::string &flags, const std::string &service, const std::string ®exp, const std::string &replacement) |
|
| 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 158 of file dns-proto.h.
◆ DNSNaptrRR()
ares::DNSNaptrRR::DNSNaptrRR |
( |
const std::string & |
name, |
|
|
int |
ttl, |
|
|
int |
order, |
|
|
int |
pref, |
|
|
const std::string & |
flags, |
|
|
const std::string & |
service, |
|
|
const std::string & |
regexp, |
|
|
const std::string & |
replacement |
|
) |
| |
|
inline |
◆ data()
std::vector< byte > ares::DNSNaptrRR::data |
( |
| ) |
const |
|
virtual |
◆ flags_
std::string ares::DNSNaptrRR::flags_ |
◆ order_
int ares::DNSNaptrRR::order_ |
◆ pref_
int ares::DNSNaptrRR::pref_ |
◆ regexp_
std::string ares::DNSNaptrRR::regexp_ |
◆ replacement_
std::string ares::DNSNaptrRR::replacement_ |
◆ service_
std::string ares::DNSNaptrRR::service_ |
The documentation for this struct was generated from the following files: