Searched refs:mIp6 (Results 1 – 6 of 6) sorted by relevance
497 Ip6::Ip6 mIp6; member in ot::Instance809 template <> inline Ip6::Ip6 &Instance::Get(void) { return mIp6; } in Get()884 template <> inline Ip6::Tcp &Instance::Get(void) { return mIp6.mTcp; } in Get()887 template <> inline Ip6::Udp &Instance::Get(void) { return mIp6.mUdp; } in Get()889 template <> inline Ip6::Icmp &Instance::Get(void) { return mIp6.mIcmp; } in Get()891 template <> inline Ip6::Mpl &Instance::Get(void) { return mIp6.mMpl; } in Get()
97 , mIp6(*this) in Instance()
338 Ip6::Address mIp6; member in ot::Nat64::Translator::AddressMapping345 bool Matches(const Ip6::Address &aIp6) const { return mIp6 == aIp6; } in Matches()
242 ip6Header.SetDestination(mapping->mIp6); in TranslateToIp6()296 string.Append("%s -> %s", mIp6.ToString().AsCString(), mIp4.ToString().AsCString()); in ToString()305 aMapping.mIp6 = mIp6; in CopyTo()368 mapping->mIp6 = aIp6Addr; in AllocateMapping()
164 otIp6Address mIp6; ///< The IPv6 address of the mapping. member
886 otIp6AddressToString(&mapping.mIp6, ip6AddressString, sizeof(ip6AddressString)); in Process()