Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Dtcp6.hpp364 struct tcpcb &GetTcb(void) { return *reinterpret_cast<struct tcpcb *>(&mTcb); } in GetTcb() function in ot::Ip6::Tcp::Endpoint
369 … const struct tcpcb &GetTcb(void) const { return *reinterpret_cast<const struct tcpcb *>(&mTcb); } in GetTcb() function in ot::Ip6::Tcp::Endpoint