|
| | DNSAaaaRR (const std::string &name, int ttl, const byte *addr, int addrlen) |
| |
| | DNSAaaaRR (const std::string &name, int ttl, const std::vector< byte > &addr) |
| |
| 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 85 of file dns-proto.h.