Home
last modified time | relevance | path

Searched refs:OPT_A2CLR (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/
Dlcp.c94 OPT_A2CLR, &lcp_allowoptions[0].neg_accompression },
97 OPT_ALIAS | OPT_A2CLR, &lcp_allowoptions[0].neg_accompression },
107 OPT_OR | OPT_NOARG | OPT_VAL(~0U) | OPT_A2CLR,
111 OPT_ALIAS | OPT_OR | OPT_NOARG | OPT_VAL(~0U) | OPT_A2CLR,
116 OPT_A2CLR, &lcp_allowoptions[0].neg_magicnumber },
119 OPT_ALIAS | OPT_A2CLR, &lcp_allowoptions[0].neg_magicnumber },
126 OPT_PRIOSUB | OPT_A2CLR, &lcp_allowoptions[0].neg_mru },
129 OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR, &lcp_allowoptions[0].neg_mru },
136 OPT_A2CLR, &lcp_allowoptions[0].neg_pcompression },
139 OPT_ALIAS | OPT_A2CLR, &lcp_allowoptions[0].neg_pcompression },
[all …]
Dipcp.c151 "Disable VJ compression", OPT_A2CLR, &ipcp_allowoptions[0].neg_vj },
153 "Disable VJ compression", OPT_ALIAS | OPT_A2CLR,
157 "Disable VJ connection-ID compression", OPT_A2CLR,
160 "Disable VJ connection-ID compression", OPT_ALIAS | OPT_A2CLR,
195 "disable defaultroute option", OPT_A2CLR,
198 "disable defaultroute option", OPT_ALIAS | OPT_A2CLR,
204 "disable proxyarp option", OPT_A2CLR,
207 "disable proxyarp option", OPT_ALIAS | OPT_A2CLR,
217 "Disable old-style IP-Addresses usage", OPT_A2CLR,
220 "Disable IP-Address usage", OPT_A2CLR,
[all …]
Dccp.c82 "don't allow BSD-Compress", OPT_PRIOSUB | OPT_A2CLR,
85 "don't allow BSD-Compress", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
92 "don't allow Deflate compression", OPT_PRIOSUB | OPT_A2CLR,
95 "don't allow Deflate compression", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
105 "don't allow Predictor-1", OPT_PRIOSUB | OPT_A2CLR,
108 "don't allow Predictor-1", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
Doptions.c212 OPT_PRIOSUB | OPT_A2CLR | 1, &nodetach },
257 OPT_PRIOSUB | OPT_A2CLR, &log_default },
708 else if (opt->addr2 && (opt->flags & OPT_A2CLR))
827 *(bool *)(opt->addr2) = !(opt->flags & OPT_A2CLR);
Dpppd.h137 #define OPT_A2CLR 0x1000000 /* clear *(bool *)addr2 */ macro