KallistiOS git master
Independent SDK for the Sega Dreamcast
|
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. | |
PPP link configuration flags
This list defines the flags we can negotiate during link establishment.
#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.