KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
PPP link configuration flags

Macros

#define PPP_FLAG_AUTH_PAP   0x00000001
 PAP authentication. More...
 
#define PPP_FLAG_AUTH_CHAP   0x00000002
 CHAP authentication. More...
 
#define PPP_FLAG_PCOMP   0x00000004
 Protocol compression. More...
 
#define PPP_FLAG_ACCOMP   0x00000008
 Addr/ctrl compression. More...
 
#define PPP_FLAG_MAGIC_NUMBER   0x00000010
 Use magic numbers. More...
 
#define PPP_FLAG_WANT_MRU   0x00000020
 Specify MRU. More...
 
#define PPP_FLAG_NO_ACCM   0x00000040
 No ctl character map. More...
 

Detailed Description

This list defines the flags we can negotiate during link establishment.

Macro Definition Documentation

#define PPP_FLAG_ACCOMP   0x00000008

Addr/ctrl compression.

#define PPP_FLAG_AUTH_CHAP   0x00000002

CHAP authentication.

#define PPP_FLAG_AUTH_PAP   0x00000001

PAP authentication.

#define PPP_FLAG_MAGIC_NUMBER   0x00000010

Use magic numbers.

#define PPP_FLAG_NO_ACCM   0x00000040

No ctl character map.

#define PPP_FLAG_PCOMP   0x00000004

Protocol compression.

#define PPP_FLAG_WANT_MRU   0x00000020

Specify MRU.