Rtos API example
Error Management module. More...
Go to the source code of this file.
Functions | |
| const char * | lwip_strerr (err_t err) |
| Convert an lwip internal error to a string representation. | |
Variables | |
| static const int | err_to_errno_table [] |
| Table to quickly map an lwIP error (err_t) to a socket error by using -err as an index. | |
Detailed Description
Error Management module.
Definition in file lwip_err.c.
Function Documentation
| const char* lwip_strerr | ( | err_t | err ) |
Convert an lwip internal error to a string representation.
- Parameters:
-
err an lwip internal err_t
- Returns:
- a string representation for err
Definition at line 107 of file lwip_err.c.
Variable Documentation
const int err_to_errno_table[] [static] |
{
0,
ENOMEM,
ENOBUFS,
EWOULDBLOCK,
EHOSTUNREACH,
EINPROGRESS,
EINVAL,
EWOULDBLOCK,
EADDRINUSE,
EALREADY,
EISCONN,
ENOTCONN,
-1,
ECONNABORTED,
ECONNRESET,
ENOTCONN,
EIO
}
Table to quickly map an lwIP error (err_t) to a socket error by using -err as an index.
Definition at line 48 of file lwip_err.c.
Generated on Sun Jul 17 2022 08:25:34 by
1.7.2