ESP-IDF
ot::Ip4::Address::kSize
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::Ip4::Address::kSize
ot::Ip4::Address::kSize variable
Syntax
Show:
Summary
Declaration
from
ip4_types.hpp:95
static
constexpr
uint16_t
kSize
=
4
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kSize
=
4
;
///< Size of an IPv4 Address (in bytes).
ip4_types.hpp:95
(
Ip6
::
Prefix
::
MatchLength
(
GetBytes
(
)
,
aOther
.
GetBytes
(
)
,
Ip4
::
Address
::
kSize
)
>=
mLength
)
;
ip4_types.cpp:194
ot::Ip4::Cidr
ot::Ip4::Cidr::operator() const
memcpy
(
mAddress
.
mFields
.
m8
,
aAddress
,
Ip4
::
Address
::
kSize
)
;
ip4_types.cpp:199
ot::Ip4::Cidr
ot::Ip4::Cidr::Set()
void
SetBytes
(
const
uint8_t
*
aBuffer
)
{
memcpy
(
mFields
.
m8
,
aBuffer
,
kSize
)
;
}
ip4_types.hpp:116
ot::Ip4::Address
ot::Ip4::Address::SetBytes()
for
(
uint8_t
i
=
0
;
i
<
Ip4
::
Address
::
kSize
;
i
++
)
ip6_address.cpp:531
ot::Ip6::Address
ot::Ip6::Address::SynthesizeFromIp4Address()
endIndex
-=
Ip4
::
Address
::
kSize
/
sizeof
(
uint16_t
)
;
ip6_address.cpp:600
ot::Ip6::Address
ot::Ip6::Address::ParseFrom()
memcpy
(
GetArrayEnd
(
mFields
.
m8
)
-
Ip4
::
Address
::
kSize
,
ip4Addr
.
GetBytes
(
)
,
Ip4
::
Address
::
kSize
)
;
ip6_address.cpp:640
ot::Ip6::Address
ot::Ip6::Address::ParseFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip4::Address::kSize
is read by 5 functions:
All items filtered out
ot::Ip4::Address::kSize
ot::Ip4::Address::SetBytes()
ot::Ip4::Cidr::operator() const
ot::Ip4::Cidr::Set()
ot::Ip6::Address::SynthesizeFromIp4Address()
ot::Ip6::Address::ParseFrom()
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