ESP-IDF
ot::Dns::Client::AllocateQuery()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dns::Client::AllocateQuery()
ot::Dns::Client::AllocateQuery() method
Syntax
Show:
Summary
Declaration
Definition
from
dns_client.hpp:788
Error
AllocateQuery
(
const
QueryInfo
&
aInfo
,
const
char
*
aLabel
,
const
char
*
aName
,
Query
*
&
aQuery
)
;
Implemented in
dns_client.cpp:1031
Arguments
Argument
aInfo
aLabel
aName
aQuery
Related Functions
Found 3 other functions taking a
QueryInfo
argument:
Function
ot::Dns::Client::SendQuery()
ot::Dns::Client::StartQuery()
ot::Dns::Client::UpdateQuery()
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
Client
::
AllocateQuery
(
const
QueryInfo
&
aInfo
,
const
char
*
aLabel
,
const
char
*
aName
,
Query
*
&
aQuery
)
dns_client.cpp:1031
Error
AllocateQuery
(
const
QueryInfo
&
aInfo
,
const
char
*
aLabel
,
const
char
*
aName
,
Query
*
&
aQuery
)
;
dns_client.hpp:788
SuccessOrExit
(
error
=
AllocateQuery
(
aInfo
,
aLabel
,
aName
,
query
)
)
;
dns_client.cpp:997
ot::Dns::Client
ot::Dns::Client::StartQuery()
SuccessOrExit
(
AllocateQuery
(
aInfo
,
aLabel
,
aName
,
secondQuery
)
)
;
dns_client.cpp:1016
ot::Dns::Client
ot::Dns::Client::StartQuery()
SuccessOrExit
(
AllocateQuery
(
info
,
nullptr
,
hostName
,
newQuery
)
)
;
dns_client.cpp:1742
ot::Dns::Client
ot::Dns::Client::ResolveHostAddressIfNeeded()
Call Tree
from
examples
ot::Dns::Client::AllocateQuery()
is called by 2 functions and calls 3 functions:
ot::Dns::Client::StartQuery()
ot::Dns::Client::ResolveHostAddressIfNeeded()
All items filtered out
ot::Dns::Client::AllocateQuery()
ot::Message::Free()
ot::Dns::Name::AppendLabel()
ot::Dns::Name::AppendName()
All items filtered out
Data Use
from
examples
ot::Dns::Client::AllocateQuery()
reads 5 variables:
ot::Message::Type::kTypeOther
ot::kErrorNone
ot::kErrorNoBufs
ot::kErrorInvalidArgs
ot::Timer::kMaxDelay
All items filtered out
ot::Dns::Client::AllocateQuery()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out