ConOpSys V2970
P004.07
ANVILEX control operating system
|
Functions | |
int | err_to_errno (err_t err) |
Variables | |
static const int | err_to_errno_table [] |
Error Management module
int err_to_errno | ( | err_t | err | ) |
References err_to_errno_table, and LWIP_ARRAYSIZE.
|
static |
Table to quickly map an lwIP error (err_t) to a socket error by using -err as an index
Referenced by err_to_errno().