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

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

Local Variables

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

dbg_confreq
static const char dbg_confreq[]

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

dbg_confack
static const char dbg_confack[]

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

dbg_confnak
static const char dbg_confnak[]

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

dbg_confrej
static const char dbg_confrej[]

Used in: NutDumpIpcp()  
  NutDumpLcp()  

dbg_termreq
static const char dbg_termreq[]

Used in: NutDumpIpcp()  
  NutDumpLcp()  

dbg_termack
static const char dbg_termack[]

Used in: NutDumpIpcp()  
  NutDumpLcp()  

dbg_coderej
static const char dbg_coderej[]

Used in: NutDumpIpcp()  
  NutDumpLcp()  

dbg_protrej
static const char dbg_protrej[]

Used in: NutDumpLcp()  

dbg_echoreq
static const char dbg_echoreq[]

Used in: NutDumpLcp()  

dbg_echorsp
static const char dbg_echorsp[]

Used in: NutDumpLcp()  

dbg_discreq
static const char dbg_discreq[]

Used in: NutDumpLcp()  

Global Function NutDumpIpcp()

void NutDumpIpcp ( FILE* stream, NETBUF* nb )
Calls: NutDumpIpcpOption() nut/net/pppdebug.c
  __byte_swap2() nut/boot/appload/utils.c
  fprintf() nut/crt/fprintf.c
  fputs() nut/crt/fputs.c
  fputs_P() nut/crt/fputs_p.c
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: fprintf() nut/crt/fprintf.c
  fputs() nut/crt/fputs.c
  inet_ntoa() nut/net/inet.c
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() nut/boot/appload/utils.c
  fprintf() nut/crt/fprintf.c
  fputs() nut/crt/fputs.c
  fputs_P() nut/crt/fputs_p.c
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() nut/boot/appload/utils.c
  __byte_swap4() nut/boot/appload/utils.c
  fprintf() nut/crt/fprintf.c
  fputs() nut/crt/fputs.c
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() nut/boot/appload/utils.c
  fprintf() nut/crt/fprintf.c
  fputs() nut/crt/fputs.c
  fputs_P() nut/crt/fputs_p.c
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() nut/crt/fprintf.c
  fputc() nut/crt/fputc.c
  fputs() nut/crt/fputs.c
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() nut/boot/appload/utils.c
  fprintf() nut/crt/fprintf.c
  fputs() nut/crt/fputs.c
References Variables: ppp_header_sz nut/net/pppdebug.c

Global Function NutTracePPP()

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