ESP-IDF
otDnsTxtEntry::mValue
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
otDnsTxtEntry::mValue
otDnsTxtEntry::mValue field
Syntax
Show:
Summary
Declaration
from
dns.h:92
const
uint8_t
*
mValue
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
uint8_t
*
mValue
;
///< The TXT record value or already encoded TXT-DATA (depending on `mKey`).
dns.h:92
OutputBytes
(
entry
.
mValue
,
entry
.
mValueLength
)
;
cli_utils.cpp:245
ot::Cli::Utils
ot::Cli::Utils::OutputDnsTxtData()
if
(
entry
.
mValue
!=
nullptr
)
cli_utils.cpp:252
ot::Cli::Utils
ot::Cli::Utils::OutputDnsTxtData()
OutputBytes
(
entry
.
mValue
,
entry
.
mValueLength
)
;
cli_utils.cpp:255
ot::Cli::Utils
ot::Cli::Utils::OutputDnsTxtData()
aEntry
.
mValue
=
reinterpret_cast
<
const
uint8_t
*
>
(
&
cur
[
index
]
)
;
dns_types.cpp:1065
ot::Dns::TxtEntry::Iterator
ot::Dns::TxtEntry::Iterator::GetNextEntry()
aEntry
.
mValue
=
reinterpret_cast
<
const
uint8_t
*
>
(
cur
)
;
dns_types.cpp:1078
ot::Dns::TxtEntry::Iterator
ot::Dns::TxtEntry::Iterator::GetNextEntry()
aEntry
.
mValue
=
nullptr
;
dns_types.cpp:1090
ot::Dns::TxtEntry::Iterator
ot::Dns::TxtEntry::Iterator::GetNextEntry()
VerifyOrExit
(
(
mValue
!=
nullptr
)
&&
(
mValueLength
!=
0
)
)
;
dns_types.cpp:1116
ot::Dns::TxtEntry
ot::Dns::TxtEntry::AppendTo() const
error
=
aAppender
.
AppendBytes
(
mValue
,
mValueLength
)
;
dns_types.cpp:1117
ot::Dns::TxtEntry
ot::Dns::TxtEntry::AppendTo() const
if
(
mValue
==
nullptr
)
dns_types.cpp:1125
ot::Dns::TxtEntry
ot::Dns::TxtEntry::AppendTo() const
error
=
aAppender
.
AppendBytes
(
mValue
,
mValueLength
)
;
dns_types.cpp:1140
ot::Dns::TxtEntry
ot::Dns::TxtEntry::AppendTo() const
mValue
=
aValue
;
dns_types.hpp:1199
ot::Dns::TxtEntry
ot::Dns::TxtEntry::Init()
entry
->
mTxtEntry
.
mValue
=
entry
->
mTxtBuffer
;
srp_client_buffers.cpp:60
ot::Utils::SrpClientBuffers
ot::Utils::SrpClientBuffers::AllocateService()
aExtAddress
.
Set
(
entry
.
mValue
)
;
trel_interface.cpp:268
ot::Trel::Interface
ot::Trel::Interface::ParsePeerInfoTxtData() const
memcpy
(
aExtPanId
.
m8
,
entry
.
mValue
,
sizeof
(
MeshCoP
::
ExtendedPanId
)
)
;
trel_interface.cpp:275
ot::Trel::Interface
ot::Trel::Interface::ParsePeerInfoTxtData() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otDnsTxtEntry::mValue
is written by 3 functions and is read by 3 functions:
ot::Dns::TxtEntry::Init()
ot::Utils::SrpClientBuffers::AllocateService()
ot::Dns::TxtEntry::Iterator::GetNextEntry()
All items filtered out
otDnsTxtEntry::mValue
ot::Trel::Interface::ParsePeerInfoTxtData() const
ot::Dns::TxtEntry::AppendTo() const
ot::Cli::Utils::OutputDnsTxtData()
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