ESP-IDF
ot::Ip6::Option::mType
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
ot::Ip6::Option::mType
ot::Ip6::Option::mType field
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:506
uint8_t
mType
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mType
;
ip6_headers.hpp:506
SuccessOrExit
(
error
=
aMessage
.
Read
(
aOffsetRange
,
this
,
sizeof
(
mType
)
)
)
;
ip6_headers.cpp:79
ot::Ip6::Option
ot::Ip6::Option::ParseFrom()
if
(
mType
==
kTypePad1
)
ip6_headers.cpp:81
ot::Ip6::Option
ot::Ip6::Option::ParseFrom()
return
(
mType
==
kTypePad1
)
?
sizeof
(
mType
)
:
static_cast
<
uint16_t
>
(
mLength
)
+
sizeof
(
Option
)
;
ip6_headers.cpp:96
ot::Ip6::Option
ot::Ip6::Option::GetSize() const
uint8_t
GetType
(
void
)
const
{
return
mType
;
}
ip6_headers.hpp:436
ot::Ip6::Option
ot::Ip6::Option::GetType() const
bool
IsPadding
(
void
)
const
{
return
(
mType
==
kTypePad1
)
||
(
mType
==
kTypePadN
)
;
}
ip6_headers.hpp:444
ot::Ip6::Option
ot::Ip6::Option::IsPadding() const
Action
GetAction
(
void
)
const
{
return
static_cast
<
Action
>
(
mType
&
kActionMask
)
;
}
ip6_headers.hpp:451
ot::Ip6::Option
ot::Ip6::Option::GetAction() const
void
SetType
(
uint8_t
aType
)
{
mType
=
aType
;
}
ip6_headers.hpp:494
ot::Ip6::Option
ot::Ip6::Option::SetType()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Option::mType
is written by 1 function and is read by 5 functions:
ot::Ip6::Option::SetType()
All items filtered out
ot::Ip6::Option::mType
ot::Ip6::Option::GetType() const
ot::Ip6::Option::IsPadding() const
ot::Ip6::Option::GetAction() const
ot::Ip6::Option::ParseFrom()
ot::Ip6::Option::GetSize() 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