LwIP
lwip_sock_lastdata
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
lwip_sock_lastdata
lwip_sock_lastdata union
Syntax
Show:
Summary
Declaration
from
sockets_priv.h:61
union
lwip_sock_lastdata
{
struct
netbuf
*
netbuf
;
struct
pbuf
*
pbuf
;
}
;
Fields
Field
Declared as
lwip_sock_lastdata::netbuf
struct
netbuf
*
lwip_sock_lastdata::pbuf
struct
pbuf
*
Related Functions
Found 2 other functions taking a
lwip_sock_lastdata
argument:
Function
Description
free_socket_locked()
Free a socket (under lock)
free_socket_free_elements()
Free a socket's leftover members.
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