Home
last modified time | relevance | path

Searched defs:GetLocalIp6Address (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Dtcp6.cpp510 Address &Tcp::Endpoint::GetLocalIp6Address(void) { return *reinterpret_cast<Address *>(&GetTcb().la… in GetLocalIp6Address() function in ot::Ip6::Tcp::Endpoint
512 const Address &Tcp::Endpoint::GetLocalIp6Address(void) const in GetLocalIp6Address() function in ot::Ip6::Tcp::Endpoint
601 Address &Tcp::Listener::GetLocalIp6Address(void) { return *reinterpret_cast<Address *>(&GetTcbListe… in GetLocalIp6Address() function in ot::Ip6::Tcp::Listener
603 const Address &Tcp::Listener::GetLocalIp6Address(void) const in GetLocalIp6Address() function in ot::Ip6::Tcp::Listener