File nut/net/pppdebug.c


Included Files


Global Variable __ppp_trs

FILE* __ppp_trs
Visible in:   nut/net/pppdebug.c
Used in: NutTracePPP() nut/net/pppdebug.c

Global Variable __ppp_trf

u_char __ppp_trf
Visible in:   nut/net/pppdebug.c
Used in: NutTracePPP() nut/net/pppdebug.c

Local Variables

ppp_header_sz
static u_char ppp_header_sz
Used in: NutDumpIpcp()  
  NutDumpIpcpOption()  
  NutDumpLcp()  
  NutDumpLcpOption()  
  NutDumpPap()  
  NutDumpPapOption()  
  NutDumpPpp()  

dbg_confreq
static prog_char dbg_confreq[]

Used in: NutDumpIpcp()  
  NutDumpLcp()  
  NutDumpPap()  

dbg_confack
static prog_char dbg_confack[]

Used in: NutDumpIpcp()  
  NutDumpLcp()  
  NutDumpPap()  

dbg_confnak
static prog_char dbg_confnak[]

Used in: NutDumpIpcp()  
  NutDumpLcp()  
  NutDumpPap()  

dbg_confrej
static prog_char dbg_confrej[]

Used in: NutDumpIpcp()  
  NutDumpLcp()  

dbg_termreq
static prog_char dbg_termreq[]

Used in: NutDumpIpcp()  
  NutDumpLcp()  

dbg_termack
static prog_char dbg_termack[]

Used in: NutDumpIpcp()  
  NutDumpLcp()  

dbg_coderej
static prog_char dbg_coderej[]

Used in: NutDumpIpcp()  
  NutDumpLcp()  

dbg_protrej
static prog_char dbg_protrej[]

Used in: NutDumpLcp()  

dbg_echoreq
static prog_char dbg_echoreq[]

Used in: NutDumpLcp()  

dbg_echorsp
static prog_char dbg_echorsp[]

Used in: NutDumpLcp()  

dbg_discreq
static prog_char dbg_discreq[]

Used in: NutDumpLcp()  

Global Function NutDumpIpcp()

void NutDumpIpcp ( FILE* stream, NETBUF* nb )
Calls: NutDumpIpcpOption() nut/net/pppdebug.c
  __byte_swap2(), fprintf(), fputs(), fputs_P()
Called by: NutDumpPpp() nut/net/pppdebug.c
References Variables: dbg_coderej nut/net/pppdebug.c
  dbg_confack nut/net/pppdebug.c
  dbg_confnak nut/net/pppdebug.c
  dbg_confrej nut/net/pppdebug.c
  dbg_confreq nut/net/pppdebug.c
  dbg_termack nut/net/pppdebug.c
  dbg_termreq nut/net/pppdebug.c
  ppp_header_sz nut/net/pppdebug.c

Global Function NutDumpIpcpOption()

void NutDumpIpcpOption ( FILE* stream, NETBUF* nb )
Calls: inet_ntoa() nut/net/inet.c
  fprintf(), fputs()
Called by: NutDumpIpcp() nut/net/pppdebug.c
References Variables: ppp_header_sz nut/net/pppdebug.c

Global Function NutDumpLcp()

void NutDumpLcp ( FILE* stream, NETBUF* nb )
Prototyped in: nut/include/net/netdebug.h
Calls: NutDumpLcpOption() nut/net/pppdebug.c
  __byte_swap2(), fprintf(), fputs(), fputs_P()
Called by: NutDumpPpp() nut/net/pppdebug.c
References Variables: dbg_coderej nut/net/pppdebug.c
  dbg_confack nut/net/pppdebug.c
  dbg_confnak nut/net/pppdebug.c
  dbg_confrej nut/net/pppdebug.c
  dbg_confreq nut/net/pppdebug.c
  dbg_discreq nut/net/pppdebug.c
  dbg_echoreq nut/net/pppdebug.c
  dbg_echorsp nut/net/pppdebug.c
  dbg_protrej nut/net/pppdebug.c
  dbg_termack nut/net/pppdebug.c
  dbg_termreq nut/net/pppdebug.c
  ppp_header_sz nut/net/pppdebug.c

Global Function NutDumpLcpOption()

void NutDumpLcpOption ( FILE* stream, NETBUF* nb )
Prototyped in: nut/include/net/netdebug.h
Calls: __byte_swap2(), __byte_swap4(), fprintf(), fputs()
Called by: NutDumpLcp() nut/net/pppdebug.c
References Variables: ppp_header_sz nut/net/pppdebug.c

Global Function NutDumpPap()

void NutDumpPap ( FILE* stream, NETBUF* nb )
Calls: NutDumpPapOption() nut/net/pppdebug.c
  __byte_swap2(), fprintf(), fputs(), fputs_P()
Called by: NutDumpPpp() nut/net/pppdebug.c
References Variables: dbg_confack nut/net/pppdebug.c
  dbg_confnak nut/net/pppdebug.c
  dbg_confreq nut/net/pppdebug.c
  ppp_header_sz nut/net/pppdebug.c

Global Function NutDumpPapOption()

void NutDumpPapOption ( FILE* stream, NETBUF* nb )
Calls: fprintf(), fputc(), fputs()
Called by: NutDumpPap() nut/net/pppdebug.c
References Variables: ppp_header_sz nut/net/pppdebug.c

Global Function NutDumpPpp()

void NutDumpPpp ( FILE* stream, NETBUF* nb )
Prototyped in: nut/include/net/netdebug.h
Calls: NutDumpIpcp() nut/net/pppdebug.c
  NutDumpLcp() nut/net/pppdebug.c
  NutDumpPap() nut/net/pppdebug.c
  __byte_swap2(), fprintf(), fputs()
References Variables: ppp_header_sz nut/net/pppdebug.c

Global Function NutTracePPP()

void NutTracePPP ( FILE* stream, u_char flags )
Prototyped in: nut/include/net/netdebug.h
References Variables: __ppp_trf nut/net/pppdebug.c
  __ppp_trs nut/net/pppdebug.c