![]() |
0.01.00
|
This file includes definitions for generating and processing DNS headers. More...
#include "openthread-core-config.h"
#include "utils/wrap_string.h"
#include <openthread/types.h>
#include "common/encoding.hpp"
#include "common/message.hpp"
Go to the source code of this file.
Classes | |
class | ot::Dns::Header |
This class implements DNS header generation and parsing. More... | |
class | ot::Dns::ResourceRecord |
This class implements Resource Record body format (RR). More... | |
class | ot::Dns::ResourceRecordAaaa |
This class implements Resource Record body format of AAAA type. More... | |
class | ot::Dns::Question |
This class implements Question format. More... | |
class | ot::Dns::QuestionAaaa |
This class implements Question format of AAAA type. More... | |
Namespaces | |
ot::Dns | |
This namespace includes definitions for DNS. | |
This file includes definitions for generating and processing DNS headers.