Home
last modified time | relevance | path

Searched refs:otIp4Address (Results 1 – 9 of 9) sorted by relevance

/openthread-3.4.0/include/openthread/
Dnat64.h64 struct otIp4Address struct
77 typedef struct otIp4Address otIp4Address; argument
87 otIp4Address mAddress;
174 otIp4Address mIp4; ///< The IPv4 address of the mapping.
403 bool otIp4IsAddressEqual(const otIp4Address *aFirst, const otIp4Address *aSecond);
417 …tFromIp6Address(uint8_t aPrefixLength, const otIp6Address *aIp6Address, otIp4Address *aIp4Address);
434 void otIp4AddressToString(const otIp4Address *aAddress, char *aBuffer, uint16_t aSize);
476 otError otIp4AddressFromString(const char *aString, otIp4Address *aAddress);
490 otError otNat64SynthesizeIp6Address(otInstance *aInstance, const otIp4Address *aIp4Address, otIp6Ad…
/openthread-3.4.0/src/core/api/
Dnat64_api.cpp133 bool otIp4IsAddressEqual(const otIp4Address *aFirst, const otIp4Address *aSecond) in otIp4IsAddressEqual()
138 …ctFromIp6Address(uint8_t aPrefixLength, const otIp6Address *aIp6Address, otIp4Address *aIp4Address) in otIp4ExtractFromIp6Address()
143 otError otIp4AddressFromString(const char *aString, otIp4Address *aAddress) in otIp4AddressFromString()
149 otError otNat64SynthesizeIp6Address(otInstance *aInstance, const otIp4Address *aIp4Address, otIp6Ad… in otNat64SynthesizeIp6Address()
162 void otIp4AddressToString(const otIp4Address *aAddress, char *aBuffer, uint16_t aSize) in otIp4AddressToString()
/openthread-3.4.0/src/posix/platform/
Dinfra_if.hpp180 static const otIp4Address kWellKnownIpv4OnlyAddress1; // 192.0.0.170
181 static const otIp4Address kWellKnownIpv4OnlyAddress2; // 192.0.0.171
Dinfra_if.cpp581 const otIp4Address InfraNetif::kWellKnownIpv4OnlyAddress1 = {{{192, 0, 0, 170}}};
582 const otIp4Address InfraNetif::kWellKnownIpv4OnlyAddress2 = {{{192, 0, 0, 171}}};
611 otIp4Address ip4Address; in DiscoverNat64PrefixDone()
624 otIp4Address dupIp4Address; in DiscoverNat64PrefixDone()
/openthread-3.4.0/src/core/utils/
Dparse_cmdline.hpp197 otError ParseAsIp4Address(const char *aString, otIp4Address &aAddress);
511 otError ParseAsIp4Address(otIp4Address &aAddress) const in ParseAsIp4Address()
Dparse_cmdline.cpp246 Error ParseAsIp4Address(const char *aString, otIp4Address &aAddress) in ParseAsIp4Address()
/openthread-3.4.0/src/core/net/
Dip4_types.hpp99 class Address : public otIp4Address, public Equatable<Address>, public Clearable<Address>
715 DefineCoreType(otIp4Address, Ip4::Address);
/openthread-3.4.0/tests/unit/
Dtest_ip_address.cpp252 const uint8_t mAddr[sizeof(otIp4Address)];
/openthread-3.4.0/src/cli/
Dcli.cpp489 otIp4Address ip4Address; in ParseToIp6Address()