File nut/net/netdebug.c


Included Files


Global Variable __tcp_trs

FILE* __tcp_trs
Visible in:   nut/include/net/netdebug.h
    nut/net/netdebug.c
Used in: NutTraceTcp() nut/net/netdebug.c

Global Variable __tcp_trf

u_char __tcp_trf
Visible in:   nut/include/net/netdebug.h
    nut/net/netdebug.c
Used in: NutTraceTcp() nut/net/netdebug.c

External Variables

tcpSocketList
extern TCPSOCKET* tcpSocketList
Defined in: nut/net/tcpsock.c

udpSocketList
extern UDPSOCKET* udpSocketList

Defined in: nut/net/udpsock.c

Global Function NutDumpSockState()

void NutDumpSockState ( FILE* stream, u_char state, u_char* lead, u_char* trail )
Prototyped in: nut/include/net/netdebug.h
Calls: fputs() nut/crt/fputs.c
Called by: NutDumpSocketList() nut/net/netdebug.c

Global Function NutDumpSocketList()

void NutDumpSocketList ( FILE* stream )
Prototyped in: nut/include/net/netdebug.h
Calls: NutDumpSockState() nut/net/netdebug.c
  __byte_swap2() nut/include/sys/types.h
  fprintf() nut/crt/fprintf.c
  fprintf_P() nut/crt/fprintf_p.c
  fputs() nut/crt/fputs.c
  inet_ntoa() nut/net/inet.c
References Variables: tcpSocketList nut/net/tcpsock.c
  udpSocketList nut/net/udpsock.c

Global Function NutDumpTcpHeader()

void NutDumpTcpHeader ( FILE* stream, u_char* ds, TCPSOCKET* sock, NETBUF* nb )
Prototyped in: nut/include/net/netdebug.h
Calls: __byte_swap4() nut/include/sys/types.h
  fprintf() nut/crt/fprintf.c
  fprintf_P() nut/crt/fprintf_p.c
  fputs() nut/crt/fputs.c

Global Function NutTraceTcp()

void NutTraceTcp ( FILE* stream, u_char flags )
Prototyped in: nut/include/net/netdebug.h
References Variables: __tcp_trf nut/net/netdebug.c
  __tcp_trs nut/net/netdebug.c