DnsServer.h File Reference
Include dependency graph for DnsServer.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | DnsHeader |
class | DnsServer |
Macros | |
#define | DNS_QR_QUERY 0 |
#define | DNS_QR_RESPONSE 1 |
#define | DNS_OPCODE_QUERY 0 |
Typedefs | |
typedef DnsServer | DNSServer |
Enumerations | |
enum | DnsReplyCode { DnsReplyCode::NoError = 0, DnsReplyCode::FormError = 1, DnsReplyCode::ServerFailure = 2, DnsReplyCode::NonExistentDomain = 3, DnsReplyCode::NotImplemented = 4, DnsReplyCode::Refused = 5, DnsReplyCode::YXDomain = 6, DnsReplyCode::YXRRSet = 7, DnsReplyCode::NXRRSet = 8 } |