#include <dns-proto.h>
Public Member Functions | |
DNSPtrRR (const std::string &name, int ttl, const std::string &other) | |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
std::string | other_ |
![]() | |
int | ttl_ |
![]() | |
std::string | name_ |
int | qclass_ |
int | rrtype_ |
Definition at line 110 of file dns-proto.h.
Definition at line 111 of file dns-proto.h.