Nut/OS  4.10.3
API Reference
pppout.c File Reference
#include <cfg/os.h>
#include <string.h>
#include <dev/ppp.h>
#include <dev/ahdlc.h>
#include <netinet/in.h>
#include <netinet/if_ppp.h>
#include <net/ppp.h>
#include <sys/types.h>
#include <sys/timer.h>
#include <net/netdebug.h>
Include dependency graph for pppout.c:

Go to the source code of this file.

Functions

int NutPppOutput (NUTDEVICE *dev, uint16_t type, uint8_t *ha, NETBUF *nb)
 Send PPP frame.