ESP-IDF
otTcpListener::mTcbListen
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otTcpListener::mTcbListen
otTcpListener::mTcbListen field
Syntax
Show:
Summary
Declaration
from
tcp.h:642
union
{
uint8_t
mSize
[
OT_TCP_LISTENER_TCB_SIZE_BASE
+
OT_TCP_LISTENER_TCB_NUM_PTR
*
sizeof
(
void
*
)
]
;
void
*
mAlign
;
}
mTcbListen
;
Examples
References
from
examples
Code
Location
Scope
Referrer
}
mTcbListen
;
tcp.h:646
struct
tcpcb_listen
&
GetTcbListen
(
void
)
{
return
*
reinterpret_cast
<
struct
tcpcb_listen
*
>
(
&
mTcbListen
)
;
}
tcp6.hpp:492
ot::Ip6::Tcp::Listener
ot::Ip6::Tcp::Listener::GetTcbListen()
return
*
reinterpret_cast
<
const
struct
tcpcb_listen
*
>
(
&
mTcbListen
)
;
tcp6.hpp:499
ot::Ip6::Tcp::Listener
ot::Ip6::Tcp::Listener::GetTcbListen() 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