#include <sys/device.h>
#include <dev/netbuf.h>
Data Structures | |
struct | _PPPDCB |
PPP interface structure. More... | |
Defines | |
#define | LCP_CLOSE 2 |
#define | LCP_DEFOPT_ASYNCMAP 0x000A0000UL |
#define | LCP_LOWERDOWN 4 |
#define | LCP_LOWERUP 3 |
#define | LCP_OPEN 1 |
#define | PPP_ACFC 0x02 |
#define | PPP_PFC 0x01 |
#define | REJ_IPCP_DNS1 0x00000100 |
#define | REJ_IPCP_DNS2 0x00000200 |
Typedefs | |
typedef _PPPDCB | PPPDCB |
PPP interface type. | |
Variables | |
NUTDEVICE | devPpp |
Device information structure. |