mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 10:29:52 +00:00
[dns] rename to 'dns_types.hpp' (#6193)
This commit renames the DNS helper module from `dns_header` to `dns_types`.
This commit is contained in:
+1
-1
@@ -300,7 +300,7 @@ cc_library_static {
|
||||
"src/core/net/dhcp6_client.cpp",
|
||||
"src/core/net/dhcp6_server.cpp",
|
||||
"src/core/net/dns_client.cpp",
|
||||
"src/core/net/dns_headers.cpp",
|
||||
"src/core/net/dns_types.cpp",
|
||||
"src/core/net/dnssd_server.cpp",
|
||||
"src/core/net/icmp6.cpp",
|
||||
"src/core/net/ip6.cpp",
|
||||
|
||||
+1
-1
@@ -263,7 +263,7 @@ LOCAL_SRC_FILES := \
|
||||
src/core/net/dhcp6_client.cpp \
|
||||
src/core/net/dhcp6_server.cpp \
|
||||
src/core/net/dns_client.cpp \
|
||||
src/core/net/dns_headers.cpp \
|
||||
src/core/net/dns_types.cpp \
|
||||
src/core/net/dnssd_server.cpp \
|
||||
src/core/net/icmp6.cpp \
|
||||
src/core/net/ip6.cpp \
|
||||
|
||||
+2
-2
@@ -472,8 +472,8 @@ openthread_core_files = [
|
||||
"net/dhcp6_server.hpp",
|
||||
"net/dns_client.cpp",
|
||||
"net/dns_client.hpp",
|
||||
"net/dns_headers.cpp",
|
||||
"net/dns_headers.hpp",
|
||||
"net/dns_types.cpp",
|
||||
"net/dns_types.hpp",
|
||||
"net/dnssd_server.cpp",
|
||||
"net/dnssd_server.hpp",
|
||||
"net/icmp6.cpp",
|
||||
|
||||
@@ -138,7 +138,7 @@ set(COMMON_SOURCES
|
||||
net/dhcp6_client.cpp
|
||||
net/dhcp6_server.cpp
|
||||
net/dns_client.cpp
|
||||
net/dns_headers.cpp
|
||||
net/dns_types.cpp
|
||||
net/dnssd_server.cpp
|
||||
net/icmp6.cpp
|
||||
net/ip6.cpp
|
||||
|
||||
@@ -215,7 +215,7 @@ SOURCES_COMMON = \
|
||||
net/dhcp6_client.cpp \
|
||||
net/dhcp6_server.cpp \
|
||||
net/dns_client.cpp \
|
||||
net/dns_headers.cpp \
|
||||
net/dns_types.cpp \
|
||||
net/dnssd_server.cpp \
|
||||
net/icmp6.cpp \
|
||||
net/ip6.cpp \
|
||||
@@ -464,7 +464,7 @@ HEADERS_COMMON = \
|
||||
net/dhcp6_client.hpp \
|
||||
net/dhcp6_server.hpp \
|
||||
net/dns_client.hpp \
|
||||
net/dns_headers.hpp \
|
||||
net/dns_types.hpp \
|
||||
net/dnssd_server.hpp \
|
||||
net/icmp6.hpp \
|
||||
net/ip6.hpp \
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include "common/instance.hpp"
|
||||
#include "common/locator-getters.hpp"
|
||||
#include "net/dns_client.hpp"
|
||||
#include "net/dns_headers.hpp"
|
||||
#include "net/dns_types.hpp"
|
||||
|
||||
using namespace ot;
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#include "common/message.hpp"
|
||||
#include "common/non_copyable.hpp"
|
||||
#include "common/timer.hpp"
|
||||
#include "net/dns_headers.hpp"
|
||||
#include "net/dns_types.hpp"
|
||||
#include "net/ip6.hpp"
|
||||
#include "net/netif.hpp"
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
* This file implements generating and processing of DNS headers and helper functions/methods.
|
||||
*/
|
||||
|
||||
#include "dns_headers.hpp"
|
||||
#include "dns_types.hpp"
|
||||
|
||||
#include "common/code_utils.hpp"
|
||||
#include "common/debug.hpp"
|
||||
@@ -38,7 +38,7 @@
|
||||
#include "common/message.hpp"
|
||||
#include "common/non_copyable.hpp"
|
||||
#include "common/timer.hpp"
|
||||
#include "net/dns_headers.hpp"
|
||||
#include "net/dns_types.hpp"
|
||||
#include "net/ip6.hpp"
|
||||
#include "net/netif.hpp"
|
||||
#include "net/srp_server.hpp"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include "common/notifier.hpp"
|
||||
#include "common/timer.hpp"
|
||||
#include "crypto/ecdsa.hpp"
|
||||
#include "net/dns_headers.hpp"
|
||||
#include "net/dns_types.hpp"
|
||||
#include "net/ip6.hpp"
|
||||
#include "net/udp6.hpp"
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
#include "common/locator-getters.hpp"
|
||||
#include "common/logging.hpp"
|
||||
#include "common/new.hpp"
|
||||
#include "net/dns_headers.hpp"
|
||||
#include "net/dns_types.hpp"
|
||||
#include "thread/network_data_service.hpp"
|
||||
#include "thread/thread_netif.hpp"
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
#include "common/notifier.hpp"
|
||||
#include "common/timer.hpp"
|
||||
#include "crypto/ecdsa.hpp"
|
||||
#include "net/dns_headers.hpp"
|
||||
#include "net/dns_types.hpp"
|
||||
#include "net/ip6.hpp"
|
||||
#include "net/ip6_address.hpp"
|
||||
#include "net/udp6.hpp"
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "test_util.hpp"
|
||||
|
||||
#include "common/instance.hpp"
|
||||
#include "net/dns_headers.hpp"
|
||||
#include "net/dns_types.hpp"
|
||||
|
||||
namespace ot {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user