INET Framework for OMNeT++/OMNEST
|
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
inet::tcp | |
Macros | |
#define | ERR_OK 0 /* No error, everything OK. */ |
#define | ERR_MEM -1 /* Out of memory error. */ |
#define | ERR_BUF -2 /* Buffer error. */ |
#define | ERR_TIMEOUT -3 /* Timeout. */ |
#define | ERR_RTE -4 /* Routing problem. */ |
#define | ERR_IS_FATAL(e) ((e) < ERR_RTE) |
#define | ERR_ABRT -5 /* Connection aborted. */ |
#define | ERR_RST -6 /* Connection reset. */ |
#define | ERR_CLSD -7 /* Connection closed. */ |
#define | ERR_CONN -8 /* Not connected. */ |
#define | ERR_VAL -9 /* Illegal value. */ |
#define | ERR_ARG -10 /* Illegal argument. */ |
#define | ERR_USE -11 /* Address in use. */ |
#define | ERR_IF -12 /* Low-level netif error */ |
#define | ERR_ISCONN -13 /* Already connected. */ |
#define | ERR_INPROGRESS -14 /* Operation in progress */ |
#define | lwip_strerr(x) "" |
Typedefs | |
typedef s8_t | inet::tcp::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 -5 /* Connection aborted. */ |
Referenced by inet::tcp::TCP_lwIP::tcp_event_err().
#define ERR_ARG -10 /* Illegal argument. */ |
Referenced by inet::tcp::pbuf_copy(), and inet::tcp::pbuf_take().
#define ERR_BUF -2 /* Buffer error. */ |
#define ERR_CLSD -7 /* Connection closed. */ |
#define ERR_CONN -8 /* Not connected. */ |
#define ERR_IF -12 /* Low-level netif error */ |
#define ERR_INPROGRESS -14 /* Operation in progress */ |
#define ERR_IS_FATAL | ( | e | ) | ((e) < ERR_RTE) |
#define ERR_ISCONN -13 /* Already connected. */ |
#define ERR_MEM -1 /* Out of memory error. */ |
Referenced by inet::tcp::TcpLwipConnection::do_SEND(), and inet::tcp::TcpLwipConnection::send_data().
#define ERR_OK 0 /* No error, everything OK. */ |
#define ERR_RST -6 /* Connection reset. */ |
Referenced by inet::tcp::TCP_lwIP::tcp_event_err().
#define ERR_RTE -4 /* Routing problem. */ |
#define ERR_TIMEOUT -3 /* Timeout. */ |
#define ERR_USE -11 /* Address in use. */ |
#define ERR_VAL -9 /* Illegal value. */ |
Referenced by inet::tcp::pbuf_copy().
#define lwip_strerr | ( | x | ) | "" |