Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dtcp6.hpp388 Address &GetForeignIp6Address(void);
389 const Address &GetForeignIp6Address(void) const;
Dtcp6.cpp505 Address &Tcp::Endpoint::GetForeignIp6Address(void) { return *reinterpret_cast<Address *>(&GetTcb().… in GetForeignIp6Address() function in ot::Ip6::Tcp::Endpoint
507 const Address &Tcp::Endpoint::GetForeignIp6Address(void) const in GetForeignIp6Address() function in ot::Ip6::Tcp::Endpoint
521 VerifyOrExit(GetForeignIp6Address() == aMessageInfo.GetPeerAddr()); in Matches()