ESP-IDF
ot::Dns::Name::LabelIterator::GetNextLabel()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
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::GetNextLabel()
ot::Dns::Name::LabelIterator::GetNextLabel() method
Syntax
Show:
Summary
Declaration
Definition
from
dns_types.hpp:1067
Error
GetNextLabel
(
void
)
;
Implemented in
dns_types.cpp:558
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
Name
::
LabelIterator
::
GetNextLabel
(
void
)
dns_types.cpp:558
Error
GetNextLabel
(
void
)
;
dns_types.hpp:1067
error
=
iterator
.
GetNextLabel
(
)
;
dns_types.cpp:182
ot::Dns::Name
ot::Dns::Name::AppendTo() const
error
=
iterator
.
GetNextLabel
(
)
;
dns_types.cpp:329
ot::Dns::Name
ot::Dns::Name::ParseName()
SuccessOrExit
(
error
=
iterator
.
GetNextLabel
(
)
)
;
dns_types.cpp:357
ot::Dns::Name
ot::Dns::Name::ReadLabel()
error
=
iterator
.
GetNextLabel
(
)
;
dns_types.cpp:374
ot::Dns::Name
ot::Dns::Name::ReadName()
SuccessOrExit
(
error
=
iterator
.
GetNextLabel
(
)
)
;
dns_types.cpp:422
ot::Dns::Name
ot::Dns::Name::CompareLabel()
SuccessOrExit
(
error
=
iterator
.
GetNextLabel
(
)
)
;
dns_types.cpp:437
ot::Dns::Name
ot::Dns::Name::CompareMultipleLabels()
error
=
iterator
.
GetNextLabel
(
)
;
dns_types.cpp:465
ot::Dns::Name
ot::Dns::Name::CompareName()
error
=
iterator
.
GetNextLabel
(
)
;
dns_types.cpp:512
ot::Dns::Name
ot::Dns::Name::CompareName()
if
(
matches
&&
(
iterator2
.
GetNextLabel
(
)
!=
kErrorNone
||
!
iterator
.
CompareLabel
(
iterator2
)
)
)
dns_types.cpp:520
ot::Dns::Name
ot::Dns::Name::CompareName()
if
(
matches
&&
(
iterator2
.
GetNextLabel
(
)
==
kErrorNotFound
)
)
dns_types.cpp:532
ot::Dns::Name
ot::Dns::Name::CompareName()
Call Tree
from
examples
ot::Dns::Name::LabelIterator::GetNextLabel()
is called by 7 functions and calls 3 functions:
ot::Dns::Name::AppendTo() const
ot::Dns::Name::ParseName()
ot::Dns::Name::ReadLabel()
ot::Dns::Name::ReadName()
ot::Dns::Name::CompareLabel()
ot::Dns::Name::CompareMultipleLabels()
ot::Dns::Name::CompareName()
All items filtered out
ot::Dns::Name::LabelIterator::GetNextLabel()
ot::BigEndian::HostSwap16()
ot::Message::GetOffset() const
ot::Dns::Name::LabelIterator::IsEndOffsetSet() const
All items filtered out
Data Use
from
examples
ot::Dns::Name::LabelIterator::GetNextLabel()
reads 10 variables and writes 5 variables:
ot::kErrorParse
ot::kErrorNotFound
ot::Dns::Name::kLabelTypeMask
ot::Dns::Name::kTextLabelType
ot::Dns::Name::kPointerLabelType
ot::Dns::Name::kPointerLabelOffsetMask
ot::Dns::Name::LabelIterator::mMessage
ot::Dns::Name::LabelIterator::mLabelStartOffset
ot::Dns::Name::LabelIterator::mNextLabelOffset
ot::Dns::Name::LabelIterator::mMinLabelOffset
All items filtered out
ot::Dns::Name::LabelIterator::GetNextLabel()
ot::Dns::Name::LabelIterator::mLabelStartOffset
ot::Dns::Name::LabelIterator::mLabelLength
ot::Dns::Name::LabelIterator::mNextLabelOffset
ot::Dns::Name::LabelIterator::mNameEndOffset
ot::Dns::Name::LabelIterator::mMinLabelOffset
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