ESP-IDF
ot::Ip6::Option::kTypePad1
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::Ip6::Option::kTypePad1
ot::Ip6::Option::kTypePad1 variable
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:486
static
constexpr
uint8_t
kTypePad1
=
0x00
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kTypePad1
=
0x00
;
///< Pad1 Option Type.
ip6_headers.hpp:486
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
SetType
(
kTypePad1
)
;
ip6_headers.cpp:110
ot::Ip6::PadOption
ot::Ip6::PadOption::InitForPadSize()
bool
IsPadding
(
void
)
const
{
return
(
mType
==
kTypePad1
)
||
(
mType
==
kTypePadN
)
;
}
ip6_headers.hpp:444
ot::Ip6::Option
ot::Ip6::Option::IsPadding() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Option::kTypePad1
is read by 4 functions:
All items filtered out
ot::Ip6::Option::kTypePad1
ot::Ip6::Option::IsPadding() const
ot::Ip6::Option::ParseFrom()
ot::Ip6::Option::GetSize() const
ot::Ip6::PadOption::InitForPadSize()
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