#include <dns-proto.h>
|
virtual std::vector< byte > | data () const |
|
| DNSSoaRR (const std::string &name, int ttl, const std::string &nsname, const std::string &rname, int serial, int refresh, int retry, int expire, int minimum) |
|
| 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 141 of file dns-proto.h.
◆ DNSSoaRR()
ares::DNSSoaRR::DNSSoaRR |
( |
const std::string & |
name, |
|
|
int |
ttl, |
|
|
const std::string & |
nsname, |
|
|
const std::string & |
rname, |
|
|
int |
serial, |
|
|
int |
refresh, |
|
|
int |
retry, |
|
|
int |
expire, |
|
|
int |
minimum |
|
) |
| |
|
inline |
◆ data()
std::vector< byte > ares::DNSSoaRR::data |
( |
| ) |
const |
|
virtual |
◆ expire_
int ares::DNSSoaRR::expire_ |
◆ minimum_
int ares::DNSSoaRR::minimum_ |
◆ nsname_
std::string ares::DNSSoaRR::nsname_ |
◆ refresh_
int ares::DNSSoaRR::refresh_ |
◆ retry_
int ares::DNSSoaRR::retry_ |
◆ rname_
std::string ares::DNSSoaRR::rname_ |
◆ serial_
int ares::DNSSoaRR::serial_ |
The documentation for this struct was generated from the following files: