Data Structures | |
struct | _PPPDCB |
PPP interface structure. More... | |
Typedefs | |
typedef _PPPDCB | PPPDCB |
PPP interface type. | |
Functions | |
int | NutPppInit (NUTDEVICE *dev) |
Initialize the PPP state machine. | |
int | NutPppIOCtl (NUTDEVICE *dev, int req, void *conf) |
Perform PPP control functions. | |
int | PPPPutPacket (NUTDEVICE *dev, NETBUF *nb) |
Actually send a PPP packet. | |
Variables | |
NUTDEVICE | devPpp |
Device information structure. |