Go to the documentation of this file.
32 #ifndef __LWIP_ERR_H__
33 #define __LWIP_ERR_H__
55 #define ERR_TIMEOUT -3
57 #define ERR_INPROGRESS -5
59 #define ERR_WOULDBLOCK -7
61 #define ERR_IS_FATAL(e) ((e) < ERR_WOULDBLOCK)
73 #define ERR_ISCONN -15
79 #define lwip_strerr(x) ""