Lines Matching +full:unused +full:- +full:value
2 * ipcp.h - IP Control Protocol definitions.
4 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
25 * Pittsburgh, PA 15213-3890
26 * (412) 268-4387, fax: (412) 268-7395
27 * tech-transfer@andrew.cmu.edu
65 #define CI_MS_DNS1 129 /* Primary DNS value */
66 #define CI_MS_DNS2 131 /* Secondary DNS value */
68 #if 0 /* UNUSED - WINS */
69 #define CI_MS_WINS1 130 /* Primary WINS value */
70 #define CI_MS_WINS2 132 /* Secondary WINS value */
71 #endif /* UNUSED - WINS */
77 #define IPCP_VJMODE_RFC1172 2 /* "old-rfc"mode (option # = 0x002d) */
78 #define IPCP_VJMODE_RFC1332 3 /* "new-rfc"mode (option # = 0x002d, */
81 #define IPCP_VJ_COMP 0x002d /* current value for VJ compression option*/
82 #define IPCP_VJ_COMP_OLD 0x0037 /* "old" (i.e, broken) value for VJ */
88 unsigned int old_addrs :1; /* Use old (IP-Addresses) option? */
90 #if 0 /* UNUSED */
93 #endif /* UNUSED */
94 #if 0 /* UNUSED - PROXY ARP */
96 #endif /* UNUSED - PROXY ARP */
102 unsigned int accept_local :1; /* accept peer's value for ouraddr */
103 unsigned int accept_remote :1; /* accept peer's value for hisaddr */
113 #if 0 /* UNUSED - WINS */
115 #endif /* UNUSED - WINS */
118 u16_t vj_protocol; /* protocol value to use in VJ option */
123 #if 0 /* UNUSED, already defined by lwIP */
125 #endif /* UNUSED, already defined by lwIP */