Searched refs:mIp6 (Results 1 – 6 of 6) sorted by relevance
433 Ip6::Ip6 mIp6; member in ot::Instance720 template <> inline Ip6::Ip6 &Instance::Get(void) { return mIp6; } in Get()793 template <> inline Ip6::Tcp &Instance::Get(void) { return mIp6.mTcp; } in Get()796 template <> inline Ip6::Udp &Instance::Get(void) { return mIp6.mUdp; } in Get()798 template <> inline Ip6::Icmp &Instance::Get(void) { return mIp6.mIcmp; } in Get()800 template <> inline Ip6::Mpl &Instance::Get(void) { return mIp6.mMpl; } in Get()
80 , mIp6(*this) in Instance()
356 Ip6::Address mIp6; member in ot::Nat64::Translator::AddressMapping363 bool Matches(const Ip6::Address &aIp6) const { return mIp6 == aIp6; } in Matches()
246 ip6Header.SetDestination(mapping->mIp6); in TranslateToIp6()300 string.Append("%s -> %s", mIp6.ToString().AsCString(), mIp4.ToString().AsCString()); in ToString()309 aMapping.mIp6 = mIp6; in CopyTo()371 mapping->mIp6 = aIp6Addr; in AllocateMapping()
175 otIp6Address mIp6; ///< The IPv6 address of the mapping. member
794 otIp6AddressToString(&mapping.mIp6, ip6AddressString, sizeof(ip6AddressString)); in Process()