Nut/OS  4.10.3
API Reference
ppp.h File Reference

PPP device definitions. More...

#include <sys/device.h>
#include <dev/netbuf.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.

Data Structures

struct  _PPPDCB
 PPP interface structure. More...

Defines

#define REJ_IPCP_DNS1   0x00000100
#define REJ_IPCP_DNS2   0x00000200
#define PPP_PFC   0x01
#define PPP_ACFC   0x02
#define LCP_DEFOPT_ASYNCMAP   0x000A0000UL
#define LCP_OPEN   1
#define LCP_CLOSE   2
#define LCP_LOWERUP   3
#define LCP_LOWERDOWN   4

Typedefs

typedef struct _PPPDCB PPPDCB
 PPP interface type.

Variables

NUTDEVICE devPpp
 Device information structure.

Detailed Description

PPP device definitions.

Definition in file ppp.h.


Define Documentation

#define REJ_IPCP_DNS1   0x00000100

Definition at line 106 of file ppp.h.

Referenced by IpcpTxConfReq().

#define REJ_IPCP_DNS2   0x00000200

Definition at line 107 of file ppp.h.

Referenced by IpcpTxConfReq().