Searched refs:OPT_PRIOSUB (Results 1 – 10 of 10) sorted by relevance
/external/ppp/pppd/ |
D | options.c | 209 "Don't detach from controlling tty", OPT_ALIAS | OPT_PRIOSUB | 1 }, 212 OPT_PRIOSUB | OPT_A2CLR | 1, &nodetach }, 240 "Turn off persist option", OPT_PRIOSUB }, 257 OPT_PRIOSUB | OPT_A2CLR, &log_default }, 260 OPT_PRIOSUB | OPT_NOARG | OPT_VAL(-1) }, 263 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) }, 276 "Don't alter kernel settings", OPT_PRIOSUB }, 306 "Enable multilink operation", OPT_PRIOSUB | OPT_ALIAS | 1 }, 308 "Disable multilink operation", OPT_PRIOSUB | 0 }, 310 "Disable multilink operation", OPT_PRIOSUB | OPT_ALIAS | 0 }, [all …]
|
D | tty.c | 180 "Don't lock serial device", OPT_PRIOSUB | OPT_PRIV }, 213 OPT_PRIOSUB | OPT_NOARG | OPT_VAL(2) }, 216 OPT_PRIOSUB | OPT_NOARG | OPT_VAL(-1) }, 219 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) }, 222 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) }, 224 "Set software (XON/XOFF) flow control", OPT_PRIOSUB }, 232 "Don't use modem control lines", OPT_PRIOSUB | 0 },
|
D | ccp.c | 82 "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,
|
D | auth.c | 284 "Don't require peer to authenticate", OPT_PRIOSUB | OPT_PRIV, 288 OPT_PRIOSUB | 1, &auth_required }, 291 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required }, 294 OPT_PRIOSUB | OPT_A2OR | MDTYPE_MD5, 298 OPT_ALIAS | OPT_PRIOSUB | OPT_A2OR | MDTYPE_MD5, 303 OPT_PRIOSUB | OPT_A2OR | MDTYPE_MICROSOFT, 307 OPT_ALIAS | OPT_PRIOSUB | OPT_A2OR | MDTYPE_MICROSOFT, 311 OPT_PRIOSUB | OPT_A2OR | MDTYPE_MICROSOFT_V2, 315 OPT_ALIAS | OPT_PRIOSUB | OPT_A2OR | MDTYPE_MICROSOFT_V2, 351 "Require EAP authentication from peer", OPT_PRIOSUB | 1,
|
D | ipxcp.c | 125 "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 },
|
D | ipv6cp.c | 242 "Disable IPv6 and IPv6CP", OPT_PRIOSUB }, 244 "Disable IPv6 and IPv6CP", OPT_PRIOSUB | OPT_ALIAS },
|
D | upap.c | 66 "Show password string in debug log messages", OPT_PRIOSUB | 0 },
|
D | lcp.c | 126 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 },
|
D | pppd.h | 133 #define OPT_PRIOSUB 0x100000 /* subsidiary member of priority group */ macro
|
/external/ppp/pppd/plugins/radius/ |
D | radius.c | 67 "Set Radius NAS-Port attribute to number as in interface name (Default)", OPT_PRIOSUB | 0 },
|