Home
last modified time | relevance | path

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

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