#include <dns-proto.h>
|
virtual std::vector< byte > | data () const |
|
| DNSAddressRR (const std::string &name, int rrtype, int ttl, const byte *addr, int addrlen) |
|
| DNSAddressRR (const std::string &name, int rrtype, int ttl, const std::vector< byte > &addr) |
|
| 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 67 of file dns-proto.h.
◆ DNSAddressRR() [1/2]
◆ DNSAddressRR() [2/2]
ares::DNSAddressRR::DNSAddressRR |
( |
const std::string & |
name, |
|
|
int |
rrtype, |
|
|
int |
ttl, |
|
|
const std::vector< byte > & |
addr |
|
) |
| |
|
inline |
◆ data()
std::vector< byte > ares::DNSAddressRR::data |
( |
| ) |
const |
|
virtual |
◆ addr_
std::vector<byte> ares::DNSAddressRR::addr_ |
The documentation for this struct was generated from the following files: