File nut/net/pppin.c
Included Files
#include <nut/include/cfg/os.h>
#include <nut/include/dev/ppp.h>
#include <nut/include/dev/ahdlc.h>
#include <nut/include/netinet/in.h>
#include <nut/include/netinet/if_ppp.h>
#include <nut/include/netinet/ppp_fsm.h>
#include <nut/include/netinet/ip.h>
#include <nut/include/net/ppp.h>
#include <sys/types.h>
#include <nut/include/sys/timer.h>
Global Function NutPppInput()
void NutPppInput ( NUTDEVICE* dev, NETBUF* nb )
Prototyped in:
nut/include/net/ppp.h
Calls:
LcpTxProtRej()
nut/net/lcpout.c
NutNetBufFree()
nut/dev/netbuf.c
NutPapInput()
nut/net/papin.c
NutIpInput(), NutIpcpInput(), NutLcpInput(), __byte_swap2()
Used in:
nut/dev/ppp.c