ESP-IDF
otIp4Cidr::mLength
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
otIp4Cidr::mLength
otIp4Cidr::mLength field
Syntax
Show:
Summary
Declaration
from
nat64.h:84
uint8_t
mLength
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mLength
;
nat64.h:84
SuccessOrExit
(
StringParseUint8
(
cur
,
mLength
,
kMaxCidrLength
)
)
;
ip4_types.cpp:161
ot::Ip4::Cidr
ot::Ip4::Cidr::FromString()
aWriter
.
Append
(
"%s/%d"
,
AsCoreType
(
&
mAddress
)
.
ToString
(
)
.
AsCString
(
)
,
mLength
)
;
ip4_types.cpp:172
ot::Ip4::Cidr
ot::Ip4::Cidr::ToString() const
return
(
mLength
==
aOther
.
mLength
)
&&
ip4_types.cpp:193
ot::Ip4::Cidr
ot::Ip4::Cidr::operator() const
(
Ip6
::
Prefix
::
MatchLength
(
GetBytes
(
)
,
aOther
.
GetBytes
(
)
,
Ip4
::
Address
::
kSize
)
>=
mLength
)
;
ip4_types.cpp:194
ot::Ip4::Cidr
ot::Ip4::Cidr::operator() const
mLength
=
aLength
;
ip4_types.cpp:200
ot::Ip4::Cidr
ot::Ip4::Cidr::Set()
return
BigEndian
::
HostSwap32
(
0xffffffffLL
>
>
mLength
)
;
ip4_types.hpp:269
ot::Ip4::Cidr
ot::Ip4::Cidr::HostMask() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otIp4Cidr::mLength
is written by 1 function and is read by 4 functions:
ot::Ip4::Cidr::Set()
All items filtered out
otIp4Cidr::mLength
ot::Ip4::Cidr::HostMask() const
ot::Ip4::Cidr::FromString()
ot::Ip4::Cidr::ToString() const
ot::Ip4::Cidr::operator() 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