RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Macros | Typedefs | Functions | Variables
ipcp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

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   130 /* Primary WINS value */
 
#define CI_MS_DNS2   131 /* Secondary DNS value */
 
#define CI_MS_WINS2   132 /* Secondary WINS value */
 
#define MAX_STATES   16 /* from slcompress.h */
 
#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
 

Functions

char * ip_ntoa (uint32_t)
 

Variables

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