Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dtcp6.cpp70 struct tcpcb &tp = GetTcb(); in Initialize()
112 Instance &Tcp::Endpoint::GetInstance(void) const { return AsNonConst(AsCoreType(GetTcb().instance))… in GetInstance()
116 const struct tcpcb &tp = GetTcb(); in GetLocalAddress()
128 const struct tcpcb &tp = GetTcb(); in GetPeerAddress()
141 struct tcpcb &tp = GetTcb(); in Bind()
157 struct tcpcb &tp = GetTcb(); in Connect()
186 struct tcpcb &tp = GetTcb(); in SendByReference()
213 struct tcpcb &tp = GetTcb(); in SendByExtension()
240 struct tcpcb &tp = GetTcb(); in ReceiveByReference()
250 struct tcpcb &tp = GetTcb(); in ReceiveContiguify()
[all …]
Dtcp6.hpp347 struct tcpcb &GetTcb(void) { return *reinterpret_cast<struct tcpcb *>(&mTcb); } in GetTcb() function in ot::Ip6::Tcp::Endpoint
352 … const struct tcpcb &GetTcb(void) const { return *reinterpret_cast<const struct tcpcb *>(&mTcb); } in GetTcb() function in ot::Ip6::Tcp::Endpoint