LwIP
err_enum_t
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
err_enum_t
err_enum_t enum
Syntax
Show:
Summary
Declaration
from
err.h:53
enum
{
ERR_OK
=
0
,
ERR_MEM
=
-
1
,
ERR_BUF
=
-
2
,
ERR_TIMEOUT
=
-
3
,
ERR_RTE
=
-
4
,
ERR_INPROGRESS
=
-
5
,
ERR_VAL
=
-
6
,
ERR_WOULDBLOCK
=
-
7
,
ERR_USE
=
-
8
,
ERR_ALREADY
=
-
9
,
ERR_ISCONN
=
-
10
,
ERR_CONN
=
-
11
,
ERR_IF
=
-
12
,
ERR_ABRT
=
-
13
,
ERR_RST
=
-
14
,
ERR_CLSD
=
-
15
,
ERR_ARG
=
-
16
}
;
Values
Value
Declared as
Description
err_enum_t::ERR_OK
=
0
No error, everything OK.
err_enum_t::ERR_MEM
=
-
1
Out of memory error.
err_enum_t::ERR_BUF
=
-
2
Buffer error.
err_enum_t::ERR_TIMEOUT
=
-
3
Timeout.
err_enum_t::ERR_RTE
=
-
4
Routing problem.
err_enum_t::ERR_INPROGRESS
=
-
5
Operation in progress.
err_enum_t::ERR_VAL
=
-
6
Illegal value.
err_enum_t::ERR_WOULDBLOCK
=
-
7
Operation would block.
err_enum_t::ERR_USE
=
-
8
Address in use.
err_enum_t::ERR_ALREADY
=
-
9
Already connecting.
err_enum_t::ERR_ISCONN
=
-
10
Conn already established.
err_enum_t::ERR_CONN
=
-
11
Not connected.
err_enum_t::ERR_IF
=
-
12
Low-level netif error.
err_enum_t::ERR_ABRT
=
-
13
Connection aborted.
err_enum_t::ERR_RST
=
-
14
Connection reset.
err_enum_t::ERR_CLSD
=
-
15
Connection closed.
err_enum_t::ERR_ARG
=
-
16
Illegal argument.
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