KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Configuration Flags

PPP link configuration flags. More...

Macros

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

Detailed Description

PPP link configuration flags.

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

Macro Definition Documentation

◆ PPP_FLAG_ACCOMP

#define PPP_FLAG_ACCOMP   0x00000008

Addr/ctrl compression.

◆ PPP_FLAG_AUTH_CHAP

#define PPP_FLAG_AUTH_CHAP   0x00000002

CHAP authentication.

◆ PPP_FLAG_AUTH_PAP

#define PPP_FLAG_AUTH_PAP   0x00000001

PAP authentication.

◆ PPP_FLAG_MAGIC_NUMBER

#define PPP_FLAG_MAGIC_NUMBER   0x00000010

Use magic numbers.

◆ PPP_FLAG_NO_ACCM

#define PPP_FLAG_NO_ACCM   0x00000040

No ctl character map.

◆ PPP_FLAG_PCOMP

#define PPP_FLAG_PCOMP   0x00000004

Protocol compression.

◆ PPP_FLAG_WANT_MRU

#define PPP_FLAG_WANT_MRU   0x00000020

Specify MRU.