#include "lwip/opt.h"
#include "lwip/arch.h"
|
typedef s8_t | err_t |
| Define LWIP_ERR_T in cc.h if you want to use a different type for your platform (must be signed). More...
|
|
#define ERR_ABRT -10 /* Connection aborted. */ |
#define ERR_ARG -14 /* Illegal argument. */ |
#define ERR_BUF -2 /* Buffer error. */ |
#define ERR_CLSD -12 /* Connection closed. */ |
#define ERR_CONN -13 /* Not connected. */ |
#define ERR_INPROGRESS -5 /* Operation in progress */ |
#define ERR_ISCONN -9 /* Already connected. */ |
#define ERR_MEM -1 /* Out of memory error. */ |
Referenced by http_accept(), httpd_start(), send_data(), sys_arch_mbox_fetch(), sys_arch_sem_wait(), sys_mbox_new(), sys_mbox_trypost(), sys_sem_new(), tcp_send_data(), tcpip_callback_with_block(), tcpip_input(), tcpip_timeout(), and tcpip_untimeout().
#define ERR_OK 0 /* No error, everything OK. */ |
Referenced by ethernetif_init(), ethernetif_input(), http_accept(), http_poll(), http_recv(), http_sent(), httpd_start(), ip_status_cb(), low_level_init(), low_level_output(), mem_init(), netif_add(), pbuf_coalesce(), pbuf_copy(), pbuf_take(), process_pqueue(), prvlwIPInit(), send_data(), sys_mbox_new(), sys_mbox_trypost(), sys_msleep(), sys_sem_new(), tcp_accept_cb(), tcp_connect_cb(), tcp_recv_cb(), tcp_send_data(), tcp_start(), tcpip_callback_with_block(), tcpip_init(), tcpip_input(), tcpip_timeout(), tcpip_untimeout(), udp_send_bytes(), udp_start(), and wlif_input().
#define ERR_RST -11 /* Connection reset. */ |
#define ERR_RTE -4 /* Routing problem. */ |
#define ERR_TIMEOUT -3 /* Timeout. */ |
#define ERR_USE -8 /* Address in use. */ |
#define ERR_VAL -6 /* Illegal value. */ |
#define ERR_WOULDBLOCK -7 /* Operation would block. */ |
#define lwip_strerr |
( |
|
x | ) |
"" |
Define LWIP_ERR_T in cc.h if you want to use a different type for your platform (must be signed).