Go to the documentation of this file. 55 #ifndef LWIP_HDR_ERR_H 56 #define LWIP_HDR_ERR_H 74 typedef LWIP_ERR_T
err_t;
118 #define ERR_IS_FATAL(e) ((e) <= ERR_ABRT) 125 extern const char *lwip_strerr(err_t err);
127 #define lwip_strerr(x) "" 131 int err_to_errno(err_t err);