ESP-IDF
kQueryTypeUpdate
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kQueryTypeUpdate
kQueryTypeUpdate value
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:140
kQueryTypeUpdate
=
5
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kQueryTypeUpdate
=
5
,
dns_types.hpp:140
UpdateHeader
(
void
)
{
SetQueryType
(
kQueryTypeUpdate
)
;
}
dns_types.hpp:392
ot::Dns::UpdateHeader
ot::Dns::UpdateHeader::UpdateHeader()
VerifyOrExit
(
header
.
GetQueryType
(
)
==
Dns
::
Header
::
kQueryTypeUpdate
,
error
=
kErrorParse
)
;
srp_client.cpp:1794
ot::Srp::Client
ot::Srp::Client::ProcessResponse()
VerifyOrExit
(
metadata
.
mDnsHeader
.
GetQueryType
(
)
==
Dns
::
UpdateHeader
::
kQueryTypeUpdate
,
error
=
kErrorDrop
)
;
srp_server.cpp:1586
ot::Srp::Server
ot::Srp::Server::ProcessMessage()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kQueryTypeUpdate
is read by 3 functions:
All items filtered out
kQueryTypeUpdate
ot::Dns::UpdateHeader::UpdateHeader()
ot::Srp::Client::ProcessResponse()
ot::Srp::Server::ProcessMessage()
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