#include <sys/types.h>
#include <dev/netbuf.h>
#include <net/if_var.h>
Defines | |
#define | PPP_MRU 1500 |
Functions | |
__BEGIN_DECLS void | NutPppInput (NUTDEVICE *dev, NETBUF *nb) |
Handle incoming PPP frames. | |
int | NutPppOutput (NUTDEVICE *dev, u_short type, u_char *ha, NETBUF *nb) |
Send PPP frame. |