LwIP
free_socket_locked()
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
free_socket_locked()
free_socket_locked() function
Free a socket (under lock)
Syntax
Show:
Summary
Declaration
Definition
from
sockets.c:300
static
int
free_socket_locked
(
struct
lwip_sock
*
sock
,
int
is_tcp
,
struct
netconn
*
*
conn
,
union
lwip_sock_lastdata
*
lastdata
)
;
Implemented in
sockets.c:547
Arguments
Argument
Description
sock
the socket to free
is_tcp
!= 0 for TCP sockets, used to free lastdata
conn
the socekt's netconn is stored here, must be freed externally
lastdata
lastdata is stored here, must be freed externally
Related Functions
Found 4 other functions taking a
lwip_sock
argument:
Function
Description
lwip_recv_tcp()
lwip_recvfrom_udp_raw()
free_socket()
Free a socket. The socket's netconn must have been delete before!
lwip_recv_tcp_from()
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