DnsServer.h File Reference
#include "UdpConnection.h"
#include <WString.h>
#include <IpAddress.h>
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
 DNS server class. More...
 

Macros

#define DNS_QR_QUERY   0
 
#define DNS_QR_RESPONSE   1
 
#define DNS_OPCODE_QUERY   0
 

Enumerations

enum class  DnsReplyCode {
  NoError = 0 , FormError = 1 , ServerFailure = 2 , NonExistentDomain = 3 ,
  NotImplemented = 4 , Refused = 5 , YXDomain = 6 , YXRRSet = 7 ,
  NXRRSet = 8
}