Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dtcp6.cpp498 Address &Tcp::Endpoint::GetLocalIp6Address(void) { return *reinterpret_cast<Address *>(&GetTcb().la… in GetLocalIp6Address() function in ot::Ip6::Tcp::Endpoint
500 const Address &Tcp::Endpoint::GetLocalIp6Address(void) const in GetLocalIp6Address() function in ot::Ip6::Tcp::Endpoint
589 Address &Tcp::Listener::GetLocalIp6Address(void) { return *reinterpret_cast<Address *>(&GetTcbListe… in GetLocalIp6Address() function in ot::Ip6::Tcp::Listener
591 const Address &Tcp::Listener::GetLocalIp6Address(void) const in GetLocalIp6Address() function in ot::Ip6::Tcp::Listener