Searched refs:GetForeignIp6Address (Results 1 – 2 of 2) sorted by relevance
388 Address &GetForeignIp6Address(void);389 const Address &GetForeignIp6Address(void) const;
505 Address &Tcp::Endpoint::GetForeignIp6Address(void) { return *reinterpret_cast<Address *>(&GetTcb().… in GetForeignIp6Address() function in ot::Ip6::Tcp::Endpoint507 const Address &Tcp::Endpoint::GetForeignIp6Address(void) const in GetForeignIp6Address() function in ot::Ip6::Tcp::Endpoint521 VerifyOrExit(GetForeignIp6Address() == aMessageInfo.GetPeerAddr()); in Matches()