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

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

Go to the source code of this file.

Defines

#define LWIP_MAX(x, y)   (((x) > (y)) ? (x) : (y))
#define LWIP_MIN(x, y)   (((x) < (y)) ? (x) : (y))
#define NULL   ((void *)0)
#define LWIP_U32_DIFF(a, b)   (((a) >= (b)) ? ((a) - (b)) : (((a) + ((b) ^ 0xFFFFFFFF) + 1)))
#define LWIP_MAKE_U16(a, b)   ((a << 8) | b)
#define LWIP_PLATFORM_BYTESWAP   0
#define htons(x)   lwip_htons(x)
#define ntohs(x)   lwip_ntohs(x)
#define htonl(x)   lwip_htonl(x)
#define ntohl(x)   lwip_ntohl(x)
#define lwip_htons(x)   (x)
#define lwip_ntohs(x)   (x)
#define lwip_htonl(x)   (x)
#define lwip_ntohl(x)   (x)
#define PP_HTONS(x)   (x)
#define PP_NTOHS(x)   (x)
#define PP_HTONL(x)   (x)
#define PP_NTOHL(x)   (x)

Generated on Sat May 26 2012 06:03:02 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.