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 },
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...]
options.c 201 OPT_ALIAS | OPT_INC | OPT_NOARG | 1 },
209 "Don't detach from controlling tty", OPT_ALIAS | OPT_PRIOSUB | 1 },
250 "Show brief listing of options", OPT_ALIAS },
263 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) },
306 "Enable multilink operation", OPT_PRIOSUB | OPT_ALIAS | 1 },
310 "Disable multilink operation", OPT_PRIOSUB | OPT_ALIAS | 0 },
335 OPT_ALIAS | OPT_PRIO | OPT_LLIMIT | OPT_NOINCR | OPT_ZEROINF },
    [all...]
auth.c 291 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
298 OPT_ALIAS | OPT_PRIOSUB | OPT_A2OR | MDTYPE_MD5,
307 OPT_ALIAS | OPT_PRIOSUB | OPT_A2OR | MDTYPE_MICROSOFT,
315 OPT_ALIAS | OPT_PRIOSUB | OPT_A2OR | MDTYPE_MICROSOFT_V2,
322 "Don't allow PAP authentication with peer", OPT_ALIAS | 1 },
329 OPT_ALIAS | OPT_A2CLRB | MDTYPE_MD5,
338 OPT_ALIAS | OPT_A2CLRB | MDTYPE_MICROSOFT,
346 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 148 "Disable IP and IPCP", OPT_ALIAS },
153 "Disable VJ compression", OPT_ALIAS | OPT_A2CLR,
160 "Disable VJ connection-ID compression", OPT_ALIAS | OPT_A2CLR,
198 "disable defaultroute option", OPT_ALIAS | OPT_A2CLR,
207 "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 219 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) },
222 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 244 "Disable IPv6 and IPv6CP", OPT_PRIOSUB | OPT_ALIAS },
    [all...]

Completed in 169 milliseconds