32 #ifndef __LWIP_ERR_H__ 33 #define __LWIP_ERR_H__ 45 typedef LWIP_ERR_T
err_t;
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) ""
#define ICACHE_FLASH_ATTR