Home
last modified time | relevance | path

Searched refs:SynthesizeFromCidrAndHost (Results 1 – 4 of 4) sorted by relevance

/openthread-3.4.0/src/core/net/
Dip4_types.cpp108 void Address::SynthesizeFromCidrAndHost(const Cidr &aCidr, const uint32_t aHost) in SynthesizeFromCidrAndHost() function in ot::Ip4::Address
Dip4_types.hpp148 void SynthesizeFromCidrAndHost(const Cidr &aCidr, uint32_t aHost);
Dnat64_translator.cpp501 addr.SynthesizeFromCidrAndHost(aCidr, i + hostIdBegin); in SetIp4Cidr()
/openthread-3.4.0/tests/unit/
Dtest_ip_address.cpp868 generated.SynthesizeFromCidrAndHost(cidr, testCase.mHost); in TestIp4Cidr()