#include <dns-proto.h>
|
| | DNSCnameRR (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 () |
| |
Definition at line 100 of file dns-proto.h.
◆ DNSCnameRR()
| ares::DNSCnameRR::DNSCnameRR |
( |
const std::string & |
name, |
|
|
int |
ttl, |
|
|
const std::string & |
other |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: