Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/net/
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