Searched refs:GetPeerAddress (Results 1 – 4 of 4) sorted by relevance
60 return &AsCoreType(aEndpoint).GetPeerAddress(); in otTcpGetPeerAddress()
159 const SockAddr &GetPeerAddress(void) const;
126 const SockAddr &Tcp::Endpoint::GetPeerAddress(void) const in GetPeerAddress() function in ot::Ip6::Tcp::Endpoint
1148 VerifyOrExit(mEndpoint.GetPeerAddress() == AsCoreType(&aInfo.mConfig.mServerSockAddr), in SendQuery()