ESP-IDF
ot::Ip4::Address::SynthesizeFromCidrAndHost()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip4::Address::SynthesizeFromCidrAndHost()
ot::Ip4::Address::SynthesizeFromCidrAndHost() method
Sets the IPv4 address from the given CIDR and the host field.
Syntax
Show:
Summary
Declaration
Definition
from
ip4_types.hpp:146
void
SynthesizeFromCidrAndHost
(
const
Cidr
&
aCidr
,
uint32_t
aHost
)
;
Implemented in
ip4_types.cpp:121
Arguments
Argument
Description
aCidr
The CIDR for the IPv4 address.
aHost
The host bits of the IPv4 address in host byte order. The aHost will be masked by host mask.
Related Functions
Found 1 other functions taking a
Cidr
argument:
Function
Description
ot::Ip4::Cidr::operator() const
Overloads operator `==` to evaluate whether or not two prefixes are equal.
Examples
References
from
examples
Code
Location
void
Address
::
SynthesizeFromCidrAndHost
(
const
Cidr
&
aCidr
,
const
uint32_t
aHost
)
ip4_types.cpp:121
void
SynthesizeFromCidrAndHost
(
const
Cidr
&
aCidr
,
uint32_t
aHost
)
;
ip4_types.hpp:146
Call Tree
from
examples
ot::Ip4::Address::SynthesizeFromCidrAndHost()
calls 3 functions:
All items filtered out
ot::Ip4::Address::SynthesizeFromCidrAndHost()
ot::BigEndian::HostSwap32()
ot::Ip4::Cidr::HostMask() const
ot::Ip4::Cidr::SubnetMask() const
All items filtered out
Data Use
from
examples
ot::Ip4::Address::SynthesizeFromCidrAndHost()
reads 3 variables and writes 1 variable:
otIp4Address::
::m32
otIp4Address::mFields
otIp4Cidr::mAddress
All items filtered out
ot::Ip4::Address::SynthesizeFromCidrAndHost()
otIp4Address::
::m32
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