HomeSort by relevance Sort by last modified time
    Searched refs:OPT_ALIAS (Results 1 - 10 of 10) sorted by null

  /external/ppp/pppd/
ecp.c 74 "Disable ECP negotiation", OPT_ALIAS },
options.c 189 OPT_ALIAS | OPT_INC | OPT_NOARG | 1 },
197 "Don't detach from controlling tty", OPT_ALIAS | OPT_PRIOSUB | 1 },
235 "Show brief listing of options", OPT_ALIAS },
248 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) },
284 "Enable multilink operation", OPT_PRIOSUB | OPT_ALIAS | 1 },
288 "Disable multilink operation", OPT_PRIOSUB | OPT_ALIAS | 0 },
313 OPT_ALIAS | OPT_PRIO | OPT_LLIMIT | OPT_NOINCR | OPT_ZEROINF },
    [all...]
ccp.c 76 "Disable CCP negotiation", OPT_ALIAS },
85 "don't allow BSD-Compress", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
95 "don't allow Deflate compression", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
108 "don't allow Predictor-1", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
118 OPT_ALIAS | OPT_PRIO | MPPE_OPT_40 | MPPE_OPT_128 },
122 "don't allow MPPE encryption", OPT_ALIAS | OPT_PRIO },
136 OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_40,
144 OPT_ALIAS | OPT_PRIO | OPT_A2OR | MPPE_OPT_128,
151 OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_128,
    [all...]
auth.c 292 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
299 OPT_ALIAS | OPT_PRIOSUB | OPT_A2OR | MDTYPE_MD5,
308 OPT_ALIAS | OPT_PRIOSUB | OPT_A2OR | MDTYPE_MICROSOFT,
316 OPT_ALIAS | OPT_PRIOSUB | OPT_A2OR | MDTYPE_MICROSOFT_V2,
323 "Don't allow PAP authentication with peer", OPT_ALIAS | 1 },
330 OPT_ALIAS | OPT_A2CLRB | MDTYPE_MD5,
339 OPT_ALIAS | OPT_A2CLRB | MDTYPE_MICROSOFT,
347 OPT_ALIAS | OPT_A2CLRB | MDTYPE_MICROSOFT_V2,
    [all...]
lcp.c 97 OPT_ALIAS | OPT_A2CLR, &lcp_allowoptions[0].neg_accompression },
104 OPT_ALIAS | OPT_OR, &lcp_wantoptions[0].neg_asyncmap },
111 OPT_ALIAS | OPT_OR | OPT_NOARG | OPT_VAL(~0U) | OPT_A2CLR,
119 OPT_ALIAS | OPT_A2CLR, &lcp_allowoptions[0].neg_magicnumber },
129 OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR, &lcp_allowoptions[0].neg_mru },
139 OPT_ALIAS | OPT_A2CLR, &lcp_allowoptions[0].neg_pcompression },
144 "Set passive mode", OPT_ALIAS | 1 },
    [all...]
ipcp.c 147 "Disable IP and IPCP", OPT_ALIAS },
152 "Disable VJ compression", OPT_ALIAS | OPT_A2CLR,
159 "Disable VJ connection-ID compression", OPT_ALIAS | OPT_A2CLR,
197 "disable defaultroute option", OPT_ALIAS | OPT_A2CLR,
206 "disable proxyarp option", OPT_ALIAS | OPT_A2CLR,
    [all...]
ipxcp.c 125 "Enable IPXCP (and IPX)", OPT_PRIOSUB | OPT_ALIAS | 1 },
129 "Disable IPXCP (and IPX)", OPT_PRIOSUB | OPT_ALIAS },
    [all...]
tty.c 217 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) },
220 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) },
    [all...]
pppd.h 134 #define OPT_ALIAS 0x200000 /* option is alias for previous option */
    [all...]
ipv6cp.c 233 "Disable IPv6 and IPv6CP", OPT_PRIOSUB | OPT_ALIAS },
    [all...]

Completed in 207 milliseconds