Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 Tue Jul 12 2022 14:25:32 by
