UbixOS  2.0
ppp_opts.h File Reference
#include "net/opt.h"
Include dependency graph for ppp_opts.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LWIP_PPP_API   (PPP_SUPPORT && (NO_SYS == 0))
 
#define MEMP_NUM_PPP_PCB   1
 
#define PPP_SUPPORT   0
 
#define PPPOE_SUPPORT   0
 
#define PPPOL2TP_AUTH_SUPPORT   PPPOL2TP_SUPPORT
 
#define PPPOL2TP_SUPPORT   0
 
#define PPPOS_SUPPORT   PPP_SUPPORT
 

Macro Definition Documentation

◆ LWIP_PPP_API

#define LWIP_PPP_API   (PPP_SUPPORT && (NO_SYS == 0))

LWIP_PPP_API==1: Enable PPP API (in pppapi.c)

Definition at line 72 of file ppp_opts.h.

◆ MEMP_NUM_PPP_PCB

#define MEMP_NUM_PPP_PCB   1

MEMP_NUM_PPP_PCB: the number of simultaneously active PPP connections (requires the PPP_SUPPORT option)

Definition at line 80 of file ppp_opts.h.

◆ PPP_SUPPORT

#define PPP_SUPPORT   0

PPP_SUPPORT==1: Enable PPP.

Definition at line 37 of file ppp_opts.h.

◆ PPPOE_SUPPORT

#define PPPOE_SUPPORT   0

PPPOE_SUPPORT==1: Enable PPP Over Ethernet

Definition at line 44 of file ppp_opts.h.

◆ PPPOL2TP_AUTH_SUPPORT

#define PPPOL2TP_AUTH_SUPPORT   PPPOL2TP_SUPPORT

PPPOL2TP_AUTH_SUPPORT==1: Enable PPP Over L2TP Auth (enable MD5 support)

Definition at line 58 of file ppp_opts.h.

◆ PPPOL2TP_SUPPORT

#define PPPOL2TP_SUPPORT   0

PPPOL2TP_SUPPORT==1: Enable PPP Over L2TP

Definition at line 51 of file ppp_opts.h.

◆ PPPOS_SUPPORT

#define PPPOS_SUPPORT   PPP_SUPPORT

PPPOS_SUPPORT==1: Enable PPP Over Serial

Definition at line 65 of file ppp_opts.h.