lwIP
TCP_REG
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
TCP_REG
TCP_REG macro
Syntax
Show:
Summary
Declaration
from
tcp_priv.h:393
#define
TCP_REG
(
pcbs
,
npcb
)
\
do
{
\
(
npcb
)
->
next
=
*
pcbs
;
\
*
(
pcbs
)
=
(
npcb
)
;
\
tcp_timer_needed
(
)
;
\
}
while
(
0
)
Arguments
Argument
pcbs
npcb
Examples
References
from
examples
Code
Location
#define
TCP_REG
(
pcbs
,
npcb
)
\
tcp_priv.h:393
TCP_REG
(
&
tcp_bound_pcbs
,
pcb
)
;
tcp.c:754
TCP_REG
(
&
tcp_listen_pcbs
.
pcbs
,
(
struct
tcp_pcb
*
)
lpcb
)
;
tcp.c:924
TCP_REG
(
&
tcp_tw_pcbs
,
pcb
)
;
tcp_in.c:1025
TCP_REG
(
&
tcp_tw_pcbs
,
pcb
)
;
tcp_in.c:1044
TCP_REG
(
&
tcp_tw_pcbs
,
pcb
)
;
tcp_in.c:1055
TCP_REG
(
&
tcp_active_pcbs
,
npcb
)
;
\
tcp_priv.h:423
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