LwIP
free_socket()
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()
free_socket() function
Free a socket. The socket's netconn must have been delete before!
Syntax
Show:
Summary
Declaration
from
sockets.c:593
static
void
free_socket
(
struct
lwip_sock
*
sock
,
int
is_tcp
)
;
Arguments
Argument
Description
sock
the socket to free
is_tcp
!= 0 for TCP sockets, used to free lastdata
Related Functions
Found 4 other functions taking a
lwip_sock
argument:
Function
Description
lwip_recv_tcp()
lwip_recvfrom_udp_raw()
free_socket_locked()
Free a socket (under lock)
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