lwIP
err_to_errno_table
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
ESP-IDF Framework and Examples
lwIP
err_to_errno_table
err_to_errno_table variable
Table to quickly map an lwIP error (err_t) to a socket error by using -err as an index
Syntax
Show:
Summary
Declaration
from
err.c:48
static
const
int
err_to_errno_table
[
]
=
{
0
,
ENOMEM
,
ENOBUFS
,
EWOULDBLOCK
,
EHOSTUNREACH
,
EINPROGRESS
,
EINVAL
,
EWOULDBLOCK
,
EADDRINUSE
,
EALREADY
,
EISCONN
,
ENOTCONN
,
-
1
,
ECONNABORTED
,
ECONNRESET
,
ENOTCONN
,
EIO
}
;
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