ESP-IDF
kIp4AddressQuery
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kIp4AddressQuery
kIp4AddressQuery value
Syntax
Show:
Summary
Declaration
from
dns_client.hpp:735
kIp4AddressQuery
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kIp4AddressQuery
,
// IPv4 Address resolution
dns_client.hpp:735
if
(
(
info
.
mQueryType
==
kIp4AddressQuery
)
||
mIp6QueryResponseRequiresNat64
)
dns_client.cpp:424
ot::Dns::Client::AddressResponse
ot::Dns::Client::AddressResponse::GetAddress() const
section
=
(
info
.
mQueryType
==
kIp4AddressQuery
)
?
kAnswerSection
:
kAdditionalDataSection
;
dns_client.cpp:433
ot::Dns::Client::AddressResponse
ot::Dns::Client::AddressResponse::GetAddress() const
case
kIp4AddressQuery
:
dns_client.cpp:602
ot::Dns::Client::ServiceResponse
ot::Dns::Client::ServiceResponse::GetServiceInfo() const
case
kIp4AddressQuery
:
dns_client.cpp:669
ot::Dns::Client::ServiceResponse
ot::Dns::Client::ServiceResponse::GetHostAddress() const
ValidateNextEnum
(
kIp4AddressQuery
)
;
dns_client.cpp:748
ot::Dns::Client
ot::Dns::Client::Client()
info
.
mQueryType
=
kIp4AddressQuery
;
dns_client.cpp:879
ot::Dns::Client
ot::Dns::Client::ResolveIp4Address()
if
(
aInfo
.
mQueryType
==
kIp4AddressQuery
)
dns_client.cpp:987
ot::Dns::Client
ot::Dns::Client::StartQuery()
case
kIp4AddressQuery
:
dns_client.cpp:1238
ot::Dns::Client
ot::Dns::Client::FinalizeQuery()
info
.
mQueryType
=
kIp4AddressQuery
;
dns_client.cpp:1610
ot::Dns::Client
ot::Dns::Client::ReplaceWithIp4Query()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kIp4AddressQuery
is read by 8 functions:
All items filtered out
kIp4AddressQuery
ot::Dns::Client::AddressResponse::GetAddress() const
ot::Dns::Client::ServiceResponse::GetServiceInfo() const
ot::Dns::Client::ServiceResponse::GetHostAddress() const
ot::Dns::Client::Client()
ot::Dns::Client::ResolveIp4Address()
ot::Dns::Client::StartQuery()
ot::Dns::Client::FinalizeQuery()
ot::Dns::Client::ReplaceWithIp4Query()
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