Home
last modified time | relevance | path

Searched refs:OPT_PRIOSUB (Results 1 – 10 of 10) sorted by relevance

/external/ppp/pppd/
Doptions.c197 "Don't detach from controlling tty", OPT_ALIAS | OPT_PRIOSUB | 1 },
200 OPT_PRIOSUB | OPT_A2CLR | 1, &nodetach },
225 "Turn off persist option", OPT_PRIOSUB },
242 OPT_PRIOSUB | OPT_A2CLR, &log_default },
245 OPT_PRIOSUB | OPT_NOARG | OPT_VAL(-1) },
248 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) },
261 "Don't alter kernel settings", OPT_PRIOSUB },
284 "Enable multilink operation", OPT_PRIOSUB | OPT_ALIAS | 1 },
286 "Disable multilink operation", OPT_PRIOSUB | 0 },
288 "Disable multilink operation", OPT_PRIOSUB | OPT_ALIAS | 0 },
[all …]
Dtty.c178 "Don't lock serial device", OPT_PRIOSUB | OPT_PRIV },
211 OPT_PRIOSUB | OPT_NOARG | OPT_VAL(2) },
214 OPT_PRIOSUB | OPT_NOARG | OPT_VAL(-1) },
217 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) },
220 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) },
222 "Set software (XON/XOFF) flow control", OPT_PRIOSUB },
227 "Don't use modem control lines", OPT_PRIOSUB | 0 },
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,
133 OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_40, &ccp_wantoptions[0].mppe },
136 OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_40,
148 OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_128, &ccp_wantoptions[0].mppe },
151 OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_128,
Dauth.c285 "Don't require peer to authenticate", OPT_PRIOSUB | OPT_PRIV,
289 OPT_PRIOSUB | 1, &auth_required },
292 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
295 OPT_PRIOSUB | OPT_A2OR | MDTYPE_MD5,
299 OPT_ALIAS | OPT_PRIOSUB | OPT_A2OR | MDTYPE_MD5,
304 OPT_PRIOSUB | OPT_A2OR | MDTYPE_MICROSOFT,
308 OPT_ALIAS | OPT_PRIOSUB | OPT_A2OR | MDTYPE_MICROSOFT,
312 OPT_PRIOSUB | OPT_A2OR | MDTYPE_MICROSOFT_V2,
316 OPT_ALIAS | OPT_PRIOSUB | OPT_A2OR | MDTYPE_MICROSOFT_V2,
352 "Require EAP authentication from peer", OPT_PRIOSUB | 1,
Dipxcp.c125 "Enable IPXCP (and IPX)", OPT_PRIOSUB | OPT_ALIAS | 1 },
127 "Disable IPXCP (and IPX)", OPT_PRIOSUB },
129 "Disable IPXCP (and IPX)", OPT_PRIOSUB | OPT_ALIAS },
Dipv6cp.c231 "Disable IPv6 and IPv6CP", OPT_PRIOSUB },
233 "Disable IPv6 and IPv6CP", OPT_PRIOSUB | OPT_ALIAS },
Dupap.c66 "Show password string in debug log messages", OPT_PRIOSUB | 0 },
Dlcp.c126 OPT_PRIOSUB | OPT_A2CLR, &lcp_allowoptions[0].neg_mru },
129 OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR, &lcp_allowoptions[0].neg_mru },
176 OPT_PRIOSUB | OPT_A2CLR, &lcp_allowoptions[0].neg_ssnhf },
Dpppd.h133 #define OPT_PRIOSUB 0x100000 /* subsidiary member of priority group */ macro
/external/ppp/pppd/plugins/radius/
Dradius.c65 "Set Radius NAS-Port attribute to number as in interface name (Default)", OPT_PRIOSUB | 0 },