ESP-IDF
otTcpEndpoint::mTcb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otTcpEndpoint::mTcb
otTcpEndpoint::mTcb field
Syntax
Show:
Summary
Declaration
from
tcp.h:236
union
{
uint8_t
mSize
[
OT_TCP_ENDPOINT_TCB_SIZE_BASE
+
OT_TCP_ENDPOINT_TCB_NUM_PTR
*
sizeof
(
void
*
)
]
;
uint64_t
mAlign
;
}
mTcb
;
Examples
References
from
examples
Code
Location
Scope
Referrer
}
mTcb
;
tcp.h:240
struct
tcpcb
&
GetTcb
(
void
)
{
return
*
reinterpret_cast
<
struct
tcpcb
*
>
(
&
mTcb
)
;
}
tcp6.hpp:347
ot::Ip6::Tcp::Endpoint
ot::Ip6::Tcp::Endpoint::GetTcb()
const
struct
tcpcb
&
GetTcb
(
void
)
const
{
return
*
reinterpret_cast
<
const
struct
tcpcb
*
>
(
&
mTcb
)
;
}
tcp6.hpp:352
ot::Ip6::Tcp::Endpoint
ot::Ip6::Tcp::Endpoint::GetTcb() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out