Home
last modified time | relevance | path

Searched refs:GetForeignIp6Address (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/src/core/net/
Dtcp6.hpp405 Address &GetForeignIp6Address(void);
406 const Address &GetForeignIp6Address(void) const;
Dtcp6.cpp489 Address &Tcp::Endpoint::GetForeignIp6Address(void) { return *reinterpret_cast<Address *>(&GetTcb().… in GetForeignIp6Address() function in ot::Ip6::Tcp::Endpoint
491 const Address &Tcp::Endpoint::GetForeignIp6Address(void) const in GetForeignIp6Address() function in ot::Ip6::Tcp::Endpoint
505 VerifyOrExit(GetForeignIp6Address() == aMessageInfo.GetPeerAddr()); in Matches()