File nut/include/sys/types.h


Included Files


Preprocessor definitions

#define _SYS_VIRTUAL_TYPES_H_

#define _SYS_TYPES_H_

#define NUTMEM_ALIGNMENT

#define NUTMEM_BOTTOM_ALIGN( s )

#define NUTMEM_TOP_ALIGN( s )

#define __byte_swap2( val )

#define __byte_swap4( val )

#define htons( x )

#define htonl( x )

#define ntohs( x )

#define ntohl( x )


Typedef u_char

typedef unsigned char u_char

Typedef u_short

typedef unsigned short u_short

Typedef u_int

typedef unsigned int u_int

Typedef u_long

typedef unsigned long u_long

Typedef u_longlong

typedef unsigned long long u_longlong

Typedef HANDLE

typedef void* HANDLE

Typedef ureg_t

typedef unsigned char ureg_t

Typedef reg_t

typedef unsigned char reg_t

Typedef uptr_t

typedef unsigned short uptr_t

Local Function __byte_swap2()

static inline uint16_t __byte_swap2 ( uint16_t val )
Called by: LcpTxProtRej() nut/net/lcpout.c
  NutArpAllocNetBuf() nut/net/arpout.c
  NutArpInput() nut/net/arpin.c
  NutEtherDemux() nut/net/ethdemux.c
  NutEtherInput() nut/net/ethin.c
  NutEtherOutput() nut/net/ethout.c
  NutIpOutput() nut/net/ipout.c
  NutIpcpOutput() nut/net/ipcpout.c
  NutLcpOutput() nut/net/lcpout.c
  NutPapInput() nut/net/papin.c
  NutPapOutput() nut/net/papout.c
  NutPppInput() nut/net/pppin.c
  NutPppOutput() nut/net/pppout.c
  XsvfGetShort() nut/app/xsvfexec/host.c

Local Function __byte_swap4()

static inline uint32_t __byte_swap4 ( uint32_t val )
Called by: LcpTxConfReq() nut/net/lcpout.c
  XsvfGetLong() nut/app/xsvfexec/host.c