File nut/net/netdebug.c


Included Files


Global Variable __tcp_trs

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

Global Variable __tcp_trf

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

External Variables

tcpSocketList
extern TCPSOCKET* tcpSocketList

udpSocketList
extern UDPSOCKET* udpSocketList


Global Function NutDumpSockState()

void NutDumpSockState ( FILE* stream, u_char state, char* lead, char* trail )
Prototyped in: nut/include/net/netdebug.h
Calls: fputs()
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
  inet_ntoa() nut/net/inet.c
  __byte_swap2(), fprintf(), fprintf_P(), fputs()
References Variables: tcpSocketList, udpSocketList

Global Function NutDumpTcpHeader()

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

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