#include <dns-proto.h>
Public Member Functions | |
virtual std::vector< byte > | data () const |
DNSOptRR (int extrcode, int udpsize) | |
![]() | |
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::vector< DNSOption > | opts_ |
![]() | |
int | ttl_ |
![]() | |
std::string | name_ |
int | qclass_ |
int | rrtype_ |
Definition at line 181 of file dns-proto.h.
Definition at line 182 of file dns-proto.h.
|
virtual |
Implements ares::DNSRR.
Definition at line 560 of file dns-proto.cc.
std::vector<DNSOption> ares::DNSOptRR::opts_ |
Definition at line 185 of file dns-proto.h.