#include <dns-proto.h>
Public Member Functions | |
virtual std::vector< byte > | data () const |
DNSSingleNameRR (const std::string &name, int rrtype, int ttl, const std::string &other) | |
![]() | |
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 () |
Public Attributes | |
std::string | other_ |
![]() | |
int | ttl_ |
![]() | |
std::string | name_ |
int | qclass_ |
int | rrtype_ |
Definition at line 92 of file dns-proto.h.
|
inline |
Definition at line 93 of file dns-proto.h.
|
virtual |
Implements ares::DNSRR.
Reimplemented in ares::test::DNSMalformedCnameRR.
Definition at line 491 of file dns-proto.cc.
std::string ares::DNSSingleNameRR::other_ |
Definition at line 97 of file dns-proto.h.