ESP-IDF
kAdditionalDataSection
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kAdditionalDataSection
kAdditionalDataSection value
Syntax
Show:
Summary
Declaration
from
dns_client.hpp:285
kAdditionalDataSection
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kAdditionalDataSection
,
dns_client.hpp:285
case
kAdditionalDataSection
:
dns_client.cpp:139
ot::Dns::Client::Response
ot::Dns::Client::Response::SelectSection() const
error
=
FindHostAddress
(
kAdditionalDataSection
,
hostName
,
/* aIndex */
0
,
AsCoreType
(
&
aServiceInfo
.
mHostAddress
)
,
dns_client.cpp:309
ot::Dns::Client::Response
ot::Dns::Client::Response::ReadServiceInfo() const
section
=
(
info
.
mQueryType
==
kIp4AddressQuery
)
?
kAnswerSection
:
kAdditionalDataSection
;
dns_client.cpp:433
ot::Dns::Client::AddressResponse
ot::Dns::Client::AddressResponse::GetAddress() const
SuccessOrExit
(
error
=
ReadServiceInfo
(
kAdditionalDataSection
,
instanceName
,
aServiceInfo
)
)
;
dns_client.cpp:485
ot::Dns::Client::BrowseResponse
ot::Dns::Client::BrowseResponse::GetServiceInfo() const
SuccessOrExit
(
error
=
ReadTxtRecord
(
kAdditionalDataSection
,
instanceName
,
aServiceInfo
)
)
;
dns_client.cpp:486
ot::Dns::Client::BrowseResponse
ot::Dns::Client::BrowseResponse::GetServiceInfo() const
return
FindHostAddress
(
kAdditionalDataSection
,
Name
(
aHostName
)
,
aIndex
,
aAddress
,
aTtl
)
;
dns_client.cpp:502
ot::Dns::Client::BrowseResponse
ot::Dns::Client::BrowseResponse::GetHostAddress() const
srvSection
=
(
info
.
mQueryType
!=
kServiceQueryTxt
)
?
kAnswerSection
:
kAdditionalDataSection
;
dns_client.cpp:627
ot::Dns::Client::ServiceResponse
ot::Dns::Client::ServiceResponse::GetServiceInfo() const
txtSection
=
(
info
.
mQueryType
!=
kServiceQuerySrv
)
?
kAnswerSection
:
kAdditionalDataSection
;
dns_client.cpp:628
ot::Dns::Client::ServiceResponse
ot::Dns::Client::ServiceResponse::GetServiceInfo() const
if
(
(
srvSection
==
kAdditionalDataSection
)
&&
(
error
==
kErrorNotFound
)
)
dns_client.cpp:632
ot::Dns::Client::ServiceResponse
ot::Dns::Client::ServiceResponse::GetServiceInfo() const
Section
section
=
kAdditionalDataSection
;
dns_client.cpp:660
ot::Dns::Client::ServiceResponse
ot::Dns::Client::ServiceResponse::GetHostAddress() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kAdditionalDataSection
is read by 7 functions:
All items filtered out
kAdditionalDataSection
ot::Dns::Client::Response::SelectSection() const
ot::Dns::Client::Response::ReadServiceInfo() const
ot::Dns::Client::AddressResponse::GetAddress() const
ot::Dns::Client::BrowseResponse::GetServiceInfo() const
ot::Dns::Client::BrowseResponse::GetHostAddress() const
ot::Dns::Client::ServiceResponse::GetServiceInfo() const
ot::Dns::Client::ServiceResponse::GetHostAddress() const
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