ESP-IDF
ot::Dns::Name::LabelIterator::mMinLabelOffset
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
ot::Dns::Name::LabelIterator::mMinLabelOffset
ot::Dns::Name::LabelIterator::mMinLabelOffset field
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:1080
uint16_t
mMinLabelOffset
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mMinLabelOffset
;
// Offset in `mMessage` to the start of the earliest parsed label.
dns_types.hpp:1080
VerifyOrExit
(
nextLabelOffset
<
mMinLabelOffset
,
error
=
kErrorParse
)
;
dns_types.cpp:609
ot::Dns::Name::LabelIterator
ot::Dns::Name::LabelIterator::GetNextLabel()
mMinLabelOffset
=
nextLabelOffset
;
dns_types.cpp:611
ot::Dns::Name::LabelIterator
ot::Dns::Name::LabelIterator::GetNextLabel()
,
mMinLabelOffset
(
aLabelOffset
)
dns_types.hpp:1062
ot::Dns::Name::LabelIterator
ot::Dns::Name::LabelIterator::LabelIterator()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::Name::LabelIterator::mMinLabelOffset
is written by 1 function and is read by 1 function:
ot::Dns::Name::LabelIterator::GetNextLabel()
All items filtered out
ot::Dns::Name::LabelIterator::mMinLabelOffset
ot::Dns::Name::LabelIterator::GetNextLabel()
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