#include "lwip/opt.h"
#include "arch/cc.h"
Include dependency graph for err.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | ERR_OK 0 |
#define | ERR_MEM -1 |
#define | ERR_BUF -2 |
#define | ERR_ABRT -3 |
#define | ERR_RST -4 |
#define | ERR_CLSD -5 |
#define | ERR_CONN -6 |
#define | ERR_VAL -7 |
#define | ERR_ARG -8 |
#define | ERR_RTE -9 |
#define | ERR_USE -10 |
#define | ERR_IF -11 |
#define | lwip_strerr(x) "" |
Typedefs | |
typedef s8_t | err_t |
|
|
|
Definition at line 55 of file err.h. Referenced by lwip_send(). |
|
Definition at line 45 of file err.h. Referenced by ip_output_if(), and netbuf_data(). |
|
|
|
Definition at line 51 of file err.h. Referenced by netconn_peer(), and netconn_recv(). |
|
Definition at line 61 of file err.h. Referenced by slipif_init(). |
|
Definition at line 44 of file err.h. Referenced by dhcp_create_request(), dhcp_start(), dhcp_unfold_reply(), do_connect(), do_listen(), etharp_query(), http_accept(), loopif_output(), netconn_bind(), netconn_close(), netconn_connect(), netconn_delete(), netconn_disconnect(), netconn_listen(), netconn_recv(), netconn_send(), netconn_write(), tcpip_callback(), and tcpip_input(). |
|
|
|
|
Definition at line 57 of file err.h. Referenced by ip_output(). |
|
|
|
Definition at line 53 of file err.h. Referenced by do_write(), netconn_bind(), netconn_close(), netconn_connect(), netconn_disconnect(), netconn_listen(), netconn_send(), and netconn_write(). |
|
|
|
Definition at line 39 of file err.h. Referenced by conn_err(), dhcp_check(), dhcp_create_request(), dhcp_discover(), dhcp_inform(), dhcp_rebind(), dhcp_release(), dhcp_renew(), dhcp_select(), dhcp_start(), dhcp_unfold_reply(), do_close(), do_write(), etharp_query(), http_accept(), http_recv(), lwip_bind(), lwip_connect(), lwip_listen(), lwip_send(), netif_add(), and send_data(). |