Nut/OS  4.10.3
API Reference
ppp.h File Reference

PPP protocol definitions. More...

#include <sys/types.h>
#include <dev/netbuf.h>
#include <net/if_var.h>
Include dependency graph for ppp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define PPP_MRU   1500

Functions

void NutPppInput (NUTDEVICE *dev, NETBUF *nb)
 Handle incoming PPP frames.
int NutPppOutput (NUTDEVICE *dev, uint16_t type, uint8_t *ha, NETBUF *nb)
 Send PPP frame.

Detailed Description

PPP protocol definitions.

Definition in file ppp.h.


Define Documentation

#define PPP_MRU   1500

Definition at line 63 of file ppp.h.