Searched defs:aIp6Address (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/openthread/src/core/api/ |
H A D | nat64_api.cpp | 140 void otIp4ExtractFromIp6Address(uint8_t aPrefixLength, const otIp6Address *aIp6Address, otIp4Addres… in otIp4ExtractFromIp6Address() 145 otError otIp4FromIp4MappedIp6Address(const otIp6Address *aIp6Address, otIp4Address *aIp4Address) in otIp4FromIp4MappedIp6Address() 150 void otIp4ToIp4MappedIp6Address(const otIp4Address *aIp4Address, otIp6Address *aIp6Address) in otIp4ToIp4MappedIp6Address() 161 …hesizeIp6Address(otInstance *aInstance, const otIp4Address *aIp4Address, otIp6Address *aIp6Address) in otNat64SynthesizeIp6Address()
|
H A D | mesh_diag_api.cpp | 57 otError otMeshDiagGetNextIp6Address(otMeshDiagIp6AddrIterator *aIterator, otIp6Address *aIp6Address) in otMeshDiagGetNextIp6Address()
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | ip4_types.cpp | 69 Error Address::ExtractFromIp4MappedIp6Address(const Ip6::Address &aIp6Address) in ExtractFromIp4MappedIp6Address() 80 void Address::ExtractFromIp6Address(uint8_t aPrefixLength, const Ip6::Address &aIp6Address) in ExtractFromIp6Address()
|
H A D | srp_server.cpp | 2180 Error Server::Host::AddIp6Address(const Ip6::Address &aIp6Address) in AddIp6Address()
|
/aosp_15_r20/external/openthread/examples/platforms/simulation/ |
H A D | mdns_socket.c | 506 …OL_WEAK void otIp4ToIp4MappedIp6Address(const otIp4Address *aIp4Address, otIp6Address *aIp6Address) in otIp4ToIp4MappedIp6Address() 515 OT_TOOL_WEAK otError otIp4FromIp4MappedIp6Address(const otIp6Address *aIp6Address, otIp4Address *aI… in otIp4FromIp4MappedIp6Address()
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | neighbor_table.cpp | 137 Neighbor *NeighborTable::FindNeighbor(const Ip6::Address &aIp6Address, Neighbor::StateFilter aFilte… in FindNeighbor()
|
H A D | lowpan.cpp | 63 void Lowpan::FindContextToCompressAddress(const Ip6::Address &aIp6Address, Context &aContext) const in FindContextToCompressAddress() argument
|