ESP-IDF
kAnswerSection
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
kAnswerSection
kAnswerSection value
Syntax
Show:
Summary
Declaration
from
dns_client.hpp:284
kAnswerSection
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kAnswerSection
,
dns_client.hpp:284
case
kAnswerSection
:
dns_client.cpp:135
ot::Dns::Client::Response
ot::Dns::Client::Response::SelectSection() const
section
=
(
info
.
mQueryType
==
kIp4AddressQuery
)
?
kAnswerSection
:
kAdditionalDataSection
;
dns_client.cpp:433
ot::Dns::Client::AddressResponse
ot::Dns::Client::AddressResponse::GetAddress() const
ExitNow
(
error
=
FindHostAddress
(
kAnswerSection
,
name
,
aIndex
,
aAddress
,
aTtl
)
)
;
dns_client.cpp:444
ot::Dns::Client::AddressResponse
ot::Dns::Client::AddressResponse::GetAddress() const
SelectSection
(
kAnswerSection
,
offset
,
numRecords
)
;
dns_client.cpp:465
ot::Dns::Client::BrowseResponse
ot::Dns::Client::BrowseResponse::GetServiceInstance() const
SelectSection
(
kAnswerSection
,
offset
,
numRecords
)
;
dns_client.cpp:520
ot::Dns::Client::BrowseResponse
ot::Dns::Client::BrowseResponse::FindPtrRecord() const
IgnoreError
(
response
->
FindHostAddress
(
kAnswerSection
,
name
,
/* aIndex */
0
,
dns_client.cpp:604
ot::Dns::Client::ServiceResponse
ot::Dns::Client::ServiceResponse::GetServiceInfo() 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
section
=
kAnswerSection
;
dns_client.cpp:671
ot::Dns::Client::ServiceResponse
ot::Dns::Client::ServiceResponse::GetHostAddress() const
SuccessOrExit
(
response
.
ReadServiceInfo
(
Response
::
kAnswerSection
,
Name
(
aQuery
,
kNameOffsetInQuery
)
,
serviceInfo
)
)
;
dns_client.cpp:1729
ot::Dns::Client
ot::Dns::Client::ResolveHostAddressIfNeeded()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kAnswerSection
is read by 7 functions:
All items filtered out
kAnswerSection
ot::Dns::Client::Response::SelectSection() const
ot::Dns::Client::AddressResponse::GetAddress() const
ot::Dns::Client::BrowseResponse::GetServiceInstance() const
ot::Dns::Client::BrowseResponse::FindPtrRecord() const
ot::Dns::Client::ServiceResponse::GetServiceInfo() const
ot::Dns::Client::ServiceResponse::GetHostAddress() const
ot::Dns::Client::ResolveHostAddressIfNeeded()
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