AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
DnsUtils.h
Go to the documentation of this file.
1#pragma once
6#include <aws/crt/Exports.h>
7
8namespace Aws
9{
10 namespace Crt
11 {
12 namespace DnsUtils
13 {
14 AWS_CRT_CPP_API bool IsValidIpV6(const char *host, bool is_uri_encoded);
15 } // namespace DnsUtils
16 } // namespace Crt
17} // namespace Aws
#define AWS_CRT_CPP_API
Definition Exports.h:36
Definition DnsUtils.h:13
AWS_CRT_CPP_API bool IsValidIpV6(const char *host, bool is_uri_encoded)
Definition DnsUtils.cpp:17
Definition Allocator.h:13
Definition Allocator.h:11