ESP-IDF
ot::Dns::Client::QueryInfo::mMessageId
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dns::Client::QueryInfo::mMessageId
ot::Dns::Client::QueryInfo::mMessageId field
Syntax
Show:
Summary
Declaration
from
dns_client.hpp:772
uint16_t
mMessageId
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mMessageId
;
dns_client.hpp:772
aInfo
.
mMessageId
=
0
;
dns_client.cpp:1009
ot::Dns::Client
ot::Dns::Client::StartQuery()
if
(
aInfo
.
mMessageId
==
0
)
dns_client.cpp:1098
ot::Dns::Client
ot::Dns::Client::SendQuery()
aInfo
.
mMessageId
=
header
.
GetMessageId
(
)
;
dns_client.cpp:1105
ot::Dns::Client
ot::Dns::Client::SendQuery()
header
.
SetMessageId
(
aInfo
.
mMessageId
)
;
dns_client.cpp:1109
ot::Dns::Client
ot::Dns::Client::SendQuery()
info
.
mMessageId
=
0
;
dns_client.cpp:1611
ot::Dns::Client
ot::Dns::Client::ReplaceWithIp4Query()
info
.
mMessageId
=
0
;
dns_client.cpp:1696
ot::Dns::Client
ot::Dns::Client::ReplaceWithSeparateSrvTxtQueries()
info
.
mMessageId
=
0
;
dns_client.cpp:1702
ot::Dns::Client
ot::Dns::Client::ReplaceWithSeparateSrvTxtQueries()
info
.
mMessageId
=
0
;
dns_client.cpp:1738
ot::Dns::Client
ot::Dns::Client::ResolveHostAddressIfNeeded()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::Client::QueryInfo::mMessageId
is written by 5 functions and is read by 1 function:
ot::Dns::Client::StartQuery()
ot::Dns::Client::SendQuery()
ot::Dns::Client::ReplaceWithIp4Query()
ot::Dns::Client::ReplaceWithSeparateSrvTxtQueries()
ot::Dns::Client::ResolveHostAddressIfNeeded()
All items filtered out
ot::Dns::Client::QueryInfo::mMessageId
ot::Dns::Client::SendQuery()
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