Searched refs:GetTcb (Results 1 – 2 of 2) sorted by relevance
84 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 …]
355 struct tcpcb &GetTcb(void) { return *reinterpret_cast<struct tcpcb *>(&mTcb); } in GetTcb() function in ot::Ip6::Tcp::Endpoint360 … const struct tcpcb &GetTcb(void) const { return *reinterpret_cast<const struct tcpcb *>(&mTcb); } in GetTcb() function in ot::Ip6::Tcp::Endpoint