Searched defs:aIp4Address (Results 1 – 4 of 4) sorted by relevance
/external/openthread/src/core/api/ |
D | nat64_api.cpp | 131 …ctFromIp6Address(uint8_t aPrefixLength, const otIp6Address *aIp6Address, otIp4Address *aIp4Address) in otIp4ExtractFromIp6Address() 136 otError otIp4FromIp4MappedIp6Address(const otIp6Address *aIp6Address, otIp4Address *aIp4Address) in otIp4FromIp4MappedIp6Address() 141 void otIp4ToIp4MappedIp6Address(const otIp4Address *aIp4Address, otIp6Address *aIp6Address) in otIp4ToIp4MappedIp6Address() 152 otError otNat64SynthesizeIp6Address(otInstance *aInstance, const otIp4Address *aIp4Address, otIp6Ad… in otNat64SynthesizeIp6Address()
|
/external/openthread/examples/platforms/simulation/ |
D | mdns_socket.c | 496 OT_TOOL_WEAK void otIp4ToIp4MappedIp6Address(const otIp4Address *aIp4Address, otIp6Address *aIp6Add… in otIp4ToIp4MappedIp6Address() 505 …AK otError otIp4FromIp4MappedIp6Address(const otIp6Address *aIp6Address, otIp4Address *aIp4Address) in otIp4FromIp4MappedIp6Address()
|
D | simul_utils.c | 79 static void InitRxSocket(utilsSocket *aSocket, const struct in_addr *aIp4Address, unsigned int aIfI… in InitRxSocket()
|
/external/openthread/src/core/net/ |
D | ip6_address.cpp | 387 void Address::SetToIp4Mapped(const Ip4::Address &aIp4Address) in SetToIp4Mapped() 498 void Address::SynthesizeFromIp4Address(const Prefix &aPrefix, const Ip4::Address &aIp4Address) in SynthesizeFromIp4Address()
|