File nut/include/sys/types.h


Included Files


Preprocessor definitions

#define _SYS_VIRTUAL_TYPES_H_

#define _SYS_TYPES_H_

#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 u_short __byte_swap2 ( u_short val )
Called by: DhcpAddShortOption() nut/pro/dhcpc.c
  DhcpPrepHeader() nut/pro/dhcpc.c
  LcpRxConfAck() nut/net/lcpin.c
  LcpRxConfReq() nut/net/lcpin.c
  LcpTxProtRej() nut/net/lcpout.c
  NutArpAllocNetBuf() nut/net/arpout.c
  NutArpInput() nut/net/arpin.c
  NutDumpIpcp() nut/net/pppdebug.c
  NutDumpLcp() nut/net/pppdebug.c
  NutDumpLcpOption() nut/net/pppdebug.c
  NutDumpPap() nut/net/pppdebug.c
  NutDumpPpp() nut/net/pppdebug.c
  NutDumpSocketList() nut/net/netdebug.c
  NutEtherInput() nut/net/ethin.c
  NutEtherOutput() nut/net/ethout.c
  NutIpInput() nut/net/ipin.c
  NutIpOutput() nut/net/ipout.c
  NutIpcpInput() nut/net/ipcpin.c
  NutIpcpOutput() nut/net/ipcpout.c
  NutLcpInput() nut/net/lcpin.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
  NutTcpAccept() nut/net/tcpsock.c
  NutTcpConnect() nut/net/tcpsock.c
  NutTcpOutput() nut/net/tcpout.c
  NutTcpProcessAck() nut/net/tcpsm.c
  NutTcpProcessSyn() nut/net/tcpsm.c
  NutTcpReject() nut/net/tcpout.c
  NutUdpCreateSocket() nut/net/udpsock.c
  NutUdpOutput() nut/net/udpout.c
  NutUdpReceiveFrom() nut/net/udpsock.c
  NutWinsNameQuery() nut/pro/wins.c

Local Function __byte_swap4()

static inline u_long __byte_swap4 ( u_long val )
Called by: LcpRxConfReq() nut/net/lcpin.c
  LcpTxConfReq() nut/net/lcpout.c
  NutDumpLcpOption() nut/net/pppdebug.c
  NutDumpTcpHeader() nut/net/netdebug.c
  NutSNTPGetTime() nut/pro/sntp.c
  NutTcpOutput() nut/net/tcpout.c
  NutTcpProcessAck() nut/net/tcpsm.c
  NutTcpProcessSyn() nut/net/tcpsm.c
  NutTcpReject() nut/net/tcpout.c
  NutTcpStateEstablished() nut/net/tcpsm.c
  NutTcpStateSynReceived() nut/net/tcpsm.c
  NutTcpStateSynSent() nut/net/tcpsm.c
  NutWinsNameQuery() nut/pro/wins.c
  ParseReply() nut/pro/dhcpc.c