ESP-IDF
ot::Dns::Name::LabelIterator::ReadLabel() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dns::Name::LabelIterator::ReadLabel() const
ot::Dns::Name::LabelIterator::ReadLabel() const method
Syntax
Show:
Summary
Declaration
Definition
from
dns_types.hpp:1068
Error
ReadLabel
(
char
*
aLabelBuffer
,
uint8_t
&
aLabelLength
,
bool
aAllowDotCharInLabel
)
const
;
Implemented in
dns_types.cpp:625
Arguments
Argument
aLabelBuffer
aLabelLength
aAllowDotCharInLabel
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
Name
::
LabelIterator
::
ReadLabel
(
char
*
aLabelBuffer
,
uint8_t
&
aLabelLength
,
bool
aAllowDotCharInLabel
)
const
dns_types.cpp:625
Error
ReadLabel
(
char
*
aLabelBuffer
,
uint8_t
&
aLabelLength
,
bool
aAllowDotCharInLabel
)
const
;
dns_types.hpp:1068
SuccessOrExit
(
error
=
iterator
.
ReadLabel
(
aLabelBuffer
,
aLabelLength
,
/* aAllowDotCharInLabel */
true
)
)
;
dns_types.cpp:358
ot::Dns::Name
ot::Dns::Name::ReadLabel()
SuccessOrExit
(
error
=
iterator
.
ReadLabel
(
aNameBuffer
,
labelLength
,
/* aAllowDotCharInLabel */
firstLabel
)
)
;
dns_types.cpp:390
ot::Dns::Name
ot::Dns::Name::ReadName()
Call Tree
from
examples
ot::Dns::Name::LabelIterator::ReadLabel() const
is called by 2 functions and calls 2 functions:
ot::Dns::Name::ReadLabel()
ot::Dns::Name::ReadName()
All items filtered out
ot::Dns::Name::LabelIterator::ReadLabel() const
ot::StringFind()
ot::Message::Read() const
All items filtered out
Data Use
from
examples
ot::Dns::Name::LabelIterator::ReadLabel() const
reads 7 variables:
ot::kNullChar
ot::kErrorNoBufs
ot::kErrorParse
ot::Dns::Name::kLabelSeparatorChar
ot::Dns::Name::LabelIterator::mMessage
ot::Dns::Name::LabelIterator::mLabelStartOffset
ot::Dns::Name::LabelIterator::mLabelLength
All items filtered out
ot::Dns::Name::LabelIterator::ReadLabel() 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