Home
last modified time | relevance | path

Searched defs:aIp4Address (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/api/
Dnat64_api.cpp138 …ctFromIp6Address(uint8_t aPrefixLength, const otIp6Address *aIp6Address, otIp4Address *aIp4Address) in otIp4ExtractFromIp6Address()
143 otError otIp4FromIp4MappedIp6Address(const otIp6Address *aIp6Address, otIp4Address *aIp4Address) in otIp4FromIp4MappedIp6Address()
148 void otIp4ToIp4MappedIp6Address(const otIp4Address *aIp4Address, otIp6Address *aIp6Address) in otIp4ToIp4MappedIp6Address()
159 otError otNat64SynthesizeIp6Address(otInstance *aInstance, const otIp4Address *aIp4Address, otIp6Ad… in otNat64SynthesizeIp6Address()
/external/openthread/src/core/net/
Dip6_address.cpp396 void Address::SetToIp4Mapped(const Ip4::Address &aIp4Address) in SetToIp4Mapped()
507 void Address::SynthesizeFromIp4Address(const Prefix &aPrefix, const Ip4::Address &aIp4Address) in SynthesizeFromIp4Address()
/external/openthread/examples/platforms/simulation/
Dsimul_utils.c67 static void InitRxSocket(utilsSocket *aSocket, const struct in_addr *aIp4Address, unsigned int aIfI… in InitRxSocket()