ESP-IDF
otIp4Address::
::m8
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
otIp4Address::
::m8
otIp4Address::
::m8 field
Syntax
Show:
Summary
Declaration
from
nat64.h:66
uint8_t
m8
[
OT_IP4_ADDRESS_SIZE
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
m8
[
OT_IP4_ADDRESS_SIZE
]
;
///< 8-bit fields
nat64.h:66
SuccessOrExit
(
StringParseUint8
(
cur
,
mFields
.
m8
[
index
]
)
)
;
ip4_types.cpp:51
ot::Ip4::Address
ot::Ip4::Address::FromString()
for
(
uint8_t
&
i
:
mFields
.
m8
)
ip4_types.cpp:110
ot::Ip4::Address
ot::Ip4::Address::ExtractFromIp6Address()
aWriter
.
Append
(
"%d.%d.%d.%d"
,
mFields
.
m8
[
0
]
,
mFields
.
m8
[
1
]
,
mFields
.
m8
[
2
]
,
mFields
.
m8
[
3
]
)
;
ip4_types.cpp:128
ot::Ip4::Address
ot::Ip4::Address::ToString() const
memcpy
(
mAddress
.
mFields
.
m8
,
aAddress
,
Ip4
::
Address
::
kSize
)
;
ip4_types.cpp:199
ot::Ip4::Cidr
ot::Ip4::Cidr::Set()
const
uint8_t
*
GetBytes
(
void
)
const
{
return
mFields
.
m8
;
}
ip4_types.hpp:108
ot::Ip4::Address
ot::Ip4::Address::GetBytes() const
void
SetBytes
(
const
uint8_t
*
aBuffer
)
{
memcpy
(
mFields
.
m8
,
aBuffer
,
kSize
)
;
}
ip4_types.hpp:116
ot::Ip4::Address
ot::Ip4::Address::SetBytes()
const
uint8_t
*
GetBytes
(
void
)
const
{
return
mAddress
.
mFields
.
m8
;
}
ip4_types.hpp:244
ot::Ip4::Cidr
ot::Ip4::Cidr::GetBytes() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otIp4Address::
::m8
is read by 7 functions:
All items filtered out
otIp4Address::
::m8
ot::Ip4::Address::GetBytes() const
ot::Ip4::Address::SetBytes()
ot::Ip4::Cidr::GetBytes() const
ot::Ip4::Address::FromString()
ot::Ip4::Address::ExtractFromIp6Address()
ot::Ip4::Address::ToString() const
ot::Ip4::Cidr::Set()
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