Searched refs:otIp4Address (Results 1 – 9 of 9) sorted by relevance
/openthread-3.4.0/include/openthread/ |
D | nat64.h | 64 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/ |
D | nat64_api.cpp | 133 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/ |
D | infra_if.hpp | 180 static const otIp4Address kWellKnownIpv4OnlyAddress1; // 192.0.0.170 181 static const otIp4Address kWellKnownIpv4OnlyAddress2; // 192.0.0.171
|
D | infra_if.cpp | 581 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/ |
D | parse_cmdline.hpp | 197 otError ParseAsIp4Address(const char *aString, otIp4Address &aAddress); 511 otError ParseAsIp4Address(otIp4Address &aAddress) const in ParseAsIp4Address()
|
D | parse_cmdline.cpp | 246 Error ParseAsIp4Address(const char *aString, otIp4Address &aAddress) in ParseAsIp4Address()
|
/openthread-3.4.0/src/core/net/ |
D | ip4_types.hpp | 99 class Address : public otIp4Address, public Equatable<Address>, public Clearable<Address> 715 DefineCoreType(otIp4Address, Ip4::Address);
|
/openthread-3.4.0/tests/unit/ |
D | test_ip_address.cpp | 252 const uint8_t mAddr[sizeof(otIp4Address)];
|
/openthread-3.4.0/src/cli/ |
D | cli.cpp | 489 otIp4Address ip4Address; in ParseToIp6Address()
|