File nut/boot/eboot/types.h

Included in: nut/boot/eboot/arp.h
  nut/boot/eboot/config.h
  nut/boot/eboot/ether.h
  nut/boot/eboot/flash.h
  nut/boot/eboot/ip.h

Preprocessor definitions

#define _SYS_TYPES_H_

#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

Local Function __byte_swap2()

static inline u_short __byte_swap2 ( u_short val )
Called by: ArpRequest() nut/boot/eboot/arp.c
  ArpRespond() nut/boot/eboot/arp.c
  DhcpAddShortOption() nut/pro/dhcpc.c
  DhcpPrepHeader() nut/pro/dhcpc.c
  IpInput() nut/boot/eboot/ip.c
  IpOutput() nut/boot/eboot/ip.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
  NutEtherDemux() nut/net/ethdemux.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
  NutUdpError() nut/net/udpsock.c
  NutUdpOutput() nut/net/udpout.c
  NutUdpReceiveFrom() nut/net/udpsock.c
  NutWinsNameQuery() nut/pro/wins.c
  ShowSockets() nut/hwtest/avr/basemon/webdemo.c
  TftpRecv() nut/boot/eboot/tftp.c
  UdpInput() nut/boot/eboot/udp.c
  UdpOutput() nut/boot/eboot/udp.c
  XsvfGetShort() nut/app/xsvfexec/host.c
  bind() nut/net/bsd_socket.c
  connect() nut/net/bsd_socket.c
  recvfrom() nut/net/bsd_socket.c
  sendto() nut/net/bsd_socket.c
  tftp_receive() nut/boot/at91sam7x_bootloader/tftp.c

Local Function __byte_swap4()

static inline u_long __byte_swap4 ( u_long val )
Called by: IcmpSendPing() nut/app/pingnet/pingnet.c
  LcpRxConfReq() nut/net/lcpin.c
  LcpTxConfReq() nut/net/lcpout.c
  NutAppMain() nut/app/pingnet/pingnet.c
  NutDumpLcpOption() nut/net/pppdebug.c
  NutDumpTcpHeader() nut/net/netdebug.c
  NutIpOutput() nut/net/ipout.c
  NutIpRouteQuery() nut/net/route.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
  XsvfGetLong() nut/app/xsvfexec/host.c