LwIP
TCP_EVENT_CLOSED
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
STM32 Libraries and Samples
LwIP
TCP_EVENT_CLOSED
TCP_EVENT_CLOSED macro
Syntax
Show:
Summary
Declaration
from
tcp_priv.h:210
#define
TCP_EVENT_CLOSED
(
pcb
,
ret
)
\
do
{
\
if
(
(
(
pcb
)
->
recv
!=
NULL
)
)
{
\
(
ret
)
=
(
pcb
)
->
recv
(
(
pcb
)
->
callback_arg
,
(
pcb
)
,
NULL
,
ERR_OK
)
;
\
}
else
{
\
(
ret
)
=
ERR_OK
;
\
}
\
}
while
(
0
)
Arguments
Argument
pcb
ret
Examples
References
from
examples
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