Included Files
- #include <nut/include/net/netdebug.h>
- #include <nut/include/dev/ahdlc.h>
- #include <nut/include/arpa/inet.h>
- #include <nut/include/netinet/ppp_fsm.h>
- #include <nut/include/netinet/if_ppp.h>
- #include <nut/include/netinet/in.h>
FILE* __ppp_trs
u_char __ppp_trf
Local Variables
ppp_header_sz
static u_char ppp_header_sz
dbg_confreq
static prog_char dbg_confreq[]
dbg_confack
static prog_char dbg_confack[]
dbg_confnak
static prog_char dbg_confnak[]
dbg_confrej
static prog_char dbg_confrej[]
dbg_termreq
static prog_char dbg_termreq[]
dbg_termack
static prog_char dbg_termack[]
dbg_coderej
static prog_char dbg_coderej[]
dbg_protrej
static prog_char dbg_protrej[]
dbg_echoreq
static prog_char dbg_echoreq[]
dbg_echorsp
static prog_char dbg_echorsp[]
dbg_discreq
static prog_char dbg_discreq[]
void NutDumpIpcp ( FILE* stream, NETBUF* nb )
void NutDumpIpcpOption ( FILE* stream, NETBUF* nb )
void NutDumpLcp ( FILE* stream, NETBUF* nb )
void NutDumpLcpOption ( FILE* stream, NETBUF* nb )
void NutDumpPap ( FILE* stream, NETBUF* nb )
void NutDumpPapOption ( FILE* stream, NETBUF* nb )
void NutDumpPpp ( FILE* stream, NETBUF* nb )
void NutTracePPP ( FILE* stream, u_char flags )