ReactOS 0.4.15-dev-7918-g2a2556c
ipcp.h File Reference

Go to the source code of this file.

Classes

struct  ipcp_options
 

Macros

#define CI_ADDRS   1 /* IP Addresses */
 
#define CI_COMPRESSTYPE   2 /* Compression Type */
 
#define CI_ADDR   3
 
#define CI_MS_DNS1   129 /* Primary DNS value */
 
#define CI_MS_WINS1   128 /* Primary WINS value */
 
#define CI_MS_DNS2   131 /* Secondary DNS value */
 
#define CI_MS_WINS2   130 /* Secondary WINS value */
 
#define IPCP_VJMODE_OLD   1 /* "old" mode (option # = 0x0037) */
 
#define IPCP_VJMODE_RFC1172   2 /* "old-rfc"mode (option # = 0x002d) */
 
#define IPCP_VJMODE_RFC1332   3 /* "new-rfc"mode (option # = 0x002d, */
 
#define IPCP_VJ_COMP   0x002d /* current value for VJ compression option */
 
#define IPCP_VJ_COMP_OLD   0x0037 /* "old" (i.e, broken) value for VJ */
 

Typedefs

typedef struct ipcp_options ipcp_options
 

Variables

fsm ipcp_fsm []
 
ipcp_options ipcp_wantoptions []
 
ipcp_options ipcp_gotoptions []
 
ipcp_options ipcp_allowoptions []
 
ipcp_options ipcp_hisoptions []
 
struct protent ipcp_protent
 

Macro Definition Documentation

◆ CI_ADDR

#define CI_ADDR   3

Definition at line 62 of file ipcp.h.

◆ CI_ADDRS

#define CI_ADDRS   1 /* IP Addresses */

Definition at line 60 of file ipcp.h.

◆ CI_COMPRESSTYPE

#define CI_COMPRESSTYPE   2 /* Compression Type */

Definition at line 61 of file ipcp.h.

◆ CI_MS_DNS1

#define CI_MS_DNS1   129 /* Primary DNS value */

Definition at line 64 of file ipcp.h.

◆ CI_MS_DNS2

#define CI_MS_DNS2   131 /* Secondary DNS value */

Definition at line 66 of file ipcp.h.

◆ CI_MS_WINS1

#define CI_MS_WINS1   128 /* Primary WINS value */

Definition at line 65 of file ipcp.h.

◆ CI_MS_WINS2

#define CI_MS_WINS2   130 /* Secondary WINS value */

Definition at line 67 of file ipcp.h.

◆ IPCP_VJ_COMP

#define IPCP_VJ_COMP   0x002d /* current value for VJ compression option */

Definition at line 74 of file ipcp.h.

◆ IPCP_VJ_COMP_OLD

#define IPCP_VJ_COMP_OLD   0x0037 /* "old" (i.e, broken) value for VJ */

Definition at line 75 of file ipcp.h.

◆ IPCP_VJMODE_OLD

#define IPCP_VJMODE_OLD   1 /* "old" mode (option # = 0x0037) */

Definition at line 69 of file ipcp.h.

◆ IPCP_VJMODE_RFC1172

#define IPCP_VJMODE_RFC1172   2 /* "old-rfc"mode (option # = 0x002d) */

Definition at line 70 of file ipcp.h.

◆ IPCP_VJMODE_RFC1332

#define IPCP_VJMODE_RFC1332   3 /* "new-rfc"mode (option # = 0x002d, */

Definition at line 71 of file ipcp.h.

Typedef Documentation

◆ ipcp_options

Variable Documentation

◆ ipcp_allowoptions

ipcp_options ipcp_allowoptions[]
extern

◆ ipcp_fsm

fsm ipcp_fsm[]
extern

◆ ipcp_gotoptions

ipcp_options ipcp_gotoptions[]
extern

◆ ipcp_hisoptions

ipcp_options ipcp_hisoptions[]
extern

◆ ipcp_protent

struct protent ipcp_protent
extern

◆ ipcp_wantoptions

ipcp_options ipcp_wantoptions[]
extern