Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Dtcp6.cpp84 struct tcpcb &tp = GetTcb(); in Initialize()
128 return AsNonConst(AsCoreType(GetTcb().instance)); in GetInstance()
133 const struct tcpcb &tp = GetTcb(); in GetLocalAddress()
145 const struct tcpcb &tp = GetTcb(); in GetPeerAddress()
158 struct tcpcb &tp = GetTcb(); in Bind()
174 struct tcpcb & tp = GetTcb(); in Connect()
192 struct tcpcb &tp = GetTcb(); in SendByReference()
209 struct tcpcb &tp = GetTcb(); in SendByExtension()
226 struct tcpcb &tp = GetTcb(); in ReceiveByReference()
242 struct tcpcb &tp = GetTcb(); in CommitReceive()
[all …]
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