ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

err.h File Reference
#include "lwip/opt.h"
#include "lwip/arch.h"

Go to the source code of this file.

Defines

#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_INPROGRESS   -5 /* Operation in progress */
#define ERR_VAL   -6 /* Illegal value. */
#define ERR_WOULDBLOCK   -7 /* Operation would block. */
#define ERR_USE   -8 /* Address in use. */
#define ERR_ISCONN   -9 /* Already connected. */
#define ERR_IS_FATAL(e)   ((e) < ERR_ISCONN)
#define ERR_ABRT   -10 /* Connection aborted. */
#define ERR_RST   -11 /* Connection reset. */
#define ERR_CLSD   -12 /* Connection closed. */
#define ERR_CONN   -13 /* Not connected. */
#define ERR_ARG   -14 /* Illegal argument. */
#define ERR_IF   -15 /* Low-level netif error */
#define lwip_strerr(x)   ""

Typedefs

typedef s8_t err_t

Generated on Sun May 27 2012 04:42:32 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.