err_to_errno_table is only used within LwIP.
 
Symbols
loading...
Files
loading...

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

References

LocationReferrerText
err.c:48
static const int err_to_errno_table[] = {
err.c:71err_to_errno()
if ((err > 0) || (-err >= (err_t)LWIP_ARRAYSIZE(err_to_errno_table))) {
err.c:74err_to_errno()
return err_to_errno_table[-err];

Data Use

Functions reading err_to_errno_table
err_to_errno_table
all items filtered out