Go to the source code of this file.
|
#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 */ |
|
|
char * | ip_ntoa (uint32_t) |
|