LwIP
lwip_sock::errevent
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
lwip_sock::errevent
lwip_sock::errevent field
error happened for this socket, set by event_callback(), tested by select
Syntax
Show:
Summary
Declaration
from
sockets_priv.h:80
u16_t
errevent
;
Examples
References
from
examples
Code
Location
Referrer
u16_t
errevent
;
sockets_priv.h:80
sockets
[
i
]
.
errevent
=
0
;
sockets.c:531
alloc_socket()
u16_t
errevent
=
sock
->
errevent
;
sockets.c:1863
lwip_selscan()
u16_t
errevent
=
sock
->
errevent
;
sockets.c:2218
lwip_pollscan()
sock
->
errevent
=
1
;
sockets.c:2541
event_callback()
has_errevent
=
sock
->
errevent
!=
0
;
sockets.c:2553
event_callback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lwip_sock::errevent
is written by 2 functions and is read by 3 functions:
alloc_socket()
event_callback()
All items filtered out
lwip_sock::errevent
lwip_selscan()
lwip_pollscan()
event_callback()
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