ESP-IDF
kAdditionalDataSection
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
dnssd_server.hpp:332
kAdditionalDataSection
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kAdditionalDataSection
,
dnssd_server.hpp:332
case
kAdditionalDataSection
:
dnssd_server.cpp:714
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::IncResourceRecordCount()
static
const
Section
kSections
[
]
=
{
kAnswerSection
,
kAdditionalDataSection
}
;
dnssd_server.cpp:759
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::ResolveBySrp()
srvSection
=
(
(
mType
==
kSrvQuery
)
||
(
mType
==
kSrvTxtQuery
)
)
?
kAnswerSection
:
kAdditionalDataSection
;
dnssd_server.cpp:833
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::ResolveBySrp()
txtSection
=
(
(
mType
==
kTxtQuery
)
||
(
mType
==
kSrvTxtQuery
)
)
?
kAnswerSection
:
kAdditionalDataSection
;
dnssd_server.cpp:834
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::ResolveBySrp()
if
(
mSection
==
kAdditionalDataSection
)
dnssd_server.cpp:840
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::ResolveBySrp()
static
const
Section
kSections
[
]
=
{
kAnswerSection
,
kAdditionalDataSection
}
;
dnssd_server.cpp:1171
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::Answer()
Section
srvSection
=
(
(
mType
==
kSrvQuery
)
||
(
mType
==
kSrvTxtQuery
)
)
?
kAnswerSection
:
kAdditionalDataSection
;
dnssd_server.cpp:1174
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::Answer()
Section
txtSection
=
(
(
mType
==
kTxtQuery
)
||
(
mType
==
kSrvTxtQuery
)
)
?
kAnswerSection
:
kAdditionalDataSection
;
dnssd_server.cpp:1175
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::Answer()
if
(
mSection
==
kAdditionalDataSection
)
dnssd_server.cpp:1190
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::Answer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kAdditionalDataSection
is read by 3 functions:
All items filtered out
kAdditionalDataSection
ot::Dns::ServiceDiscovery::Server::Response::IncResourceRecordCount()
ot::Dns::ServiceDiscovery::Server::Response::ResolveBySrp()
ot::Dns::ServiceDiscovery::Server::Response::Answer()
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