Searched refs:GetForeignIp6Address (Results 1 – 2 of 2) sorted by relevance
405 Address &GetForeignIp6Address(void);406 const Address &GetForeignIp6Address(void) const;
489 Address &Tcp::Endpoint::GetForeignIp6Address(void) { return *reinterpret_cast<Address *>(&GetTcb().… in GetForeignIp6Address() function in ot::Ip6::Tcp::Endpoint491 const Address &Tcp::Endpoint::GetForeignIp6Address(void) const in GetForeignIp6Address() function in ot::Ip6::Tcp::Endpoint505 VerifyOrExit(GetForeignIp6Address() == aMessageInfo.GetPeerAddr()); in Matches()