#include <dns-proto.h>

Public Member Functions | |
| DNSARR (const std::string &name, int ttl, const byte *addr, int addrlen) | |
| DNSARR (const std::string &name, int ttl, const std::vector< byte > &addr) | |
Public Member Functions inherited from ares::DNSAddressRR | |
| 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) | |
Public Member Functions inherited from ares::DNSRR | |
| DNSRR (const std::string &name, int rrtype, int qclass, int ttl) | |
| DNSRR (const std::string &name, int rrtype, int ttl) | |
| virtual | ~DNSRR () |
Public Member Functions inherited from ares::DNSQuestion | |
| DNSQuestion (const std::string &name, int rrtype) | |
| DNSQuestion (const std::string &name, int rrtype, int qclass) | |
| virtual | ~DNSQuestion () |
Additional Inherited Members | |
Public Attributes inherited from ares::DNSAddressRR | |
| std::vector< byte > | addr_ |
Public Attributes inherited from ares::DNSRR | |
| int | ttl_ |
Public Attributes inherited from ares::DNSQuestion | |
| std::string | name_ |
| int | qclass_ |
| int | rrtype_ |
Definition at line 78 of file dns-proto.h.
Definition at line 79 of file dns-proto.h.
Definition at line 81 of file dns-proto.h.