/external/ppp/pppd/ |
D | options.c | 197 { "debug", o_int, &debug, 199 { "-d", o_int, &debug, 203 { "kdebug", o_int, &kdebugflag, 217 { "holdoff", o_int, &holdoff, 221 { "idle", o_int, &idle_time_limit, 224 { "maxconnect", o_int, &maxconnect, 255 { "logfd", o_int, &log_to_fd, 258 { "nolog", o_int, &log_to_fd, 261 { "nologfd", o_int, &log_to_fd, 269 { "maxfail", o_int, &maxfail, [all …]
|
D | tty.c | 208 { "crtscts", o_int, &crtscts, 211 { "cdtrcts", o_int, &crtscts, 214 { "nocrtscts", o_int, &crtscts, 217 { "-crtscts", o_int, &crtscts, 220 { "nocdtrcts", o_int, &crtscts, 225 { "stop-bits", o_int, &stop_bits, 237 { "datarate", o_int, &max_data_rate,
|
D | upap.c | 68 { "pap-restart", o_int, &upap[0].us_timeouttime, 70 { "pap-max-authreq", o_int, &upap[0].us_maxtransmits, 72 { "pap-timeout", o_int, &upap[0].us_reqtimeout,
|
D | lcp.c | 121 { "mru", o_int, &lcp_wantoptions[0].mru, 131 { "mtu", o_int, &lcp_allowoptions[0].mru, 149 { "lcp-echo-failure", o_int, &lcp_echo_fails, 152 { "lcp-echo-interval", o_int, &lcp_echo_interval, 154 { "lcp-restart", o_int, &lcp_fsm[0].timeouttime, 156 { "lcp-max-terminate", o_int, &lcp_fsm[0].maxtermtransmits, 158 { "lcp-max-configure", o_int, &lcp_fsm[0].maxconfreqtransmits, 160 { "lcp-max-failure", o_int, &lcp_fsm[0].maxnakloops, 167 { "mrru", o_int, &lcp_wantoptions[0].mrru,
|
D | chap-new.c | 69 { "chap-restart", o_int, &chap_timeout_time, 71 { "chap-max-challenge", o_int, &chap_max_transmits, 73 { "chap-interval", o_int, &chap_rechallenge_time,
|
D | ipxcp.c | 149 { "ipx-routing", o_int, &ipxcp_wantoptions[0].router, 157 { "ipxcp-restart", o_int, &ipxcp_fsm[0].timeouttime, 159 { "ipxcp-max-terminate", o_int, &ipxcp_fsm[0].maxtermtransmits, 161 { "ipxcp-max-configure", o_int, &ipxcp_fsm[0].maxconfreqtransmits, 163 { "ipxcp-max-failure", o_int, &ipxcp_fsm[0].maxnakloops,
|
D | ipv6cp.c | 255 { "ipv6cp-restart", o_int, &ipv6cp_fsm[0].timeouttime, 257 { "ipv6cp-max-terminate", o_int, &ipv6cp_fsm[0].maxtermtransmits, 259 { "ipv6cp-max-configure", o_int, &ipv6cp_fsm[0].maxconfreqtransmits, 261 { "ipv6cp-max-failure", o_int, &ipv6cp_fsm[0].maxnakloops,
|
D | eap.c | 90 { "eap-restart", o_int, &eap_states[0].es_server.ea_timeout, 92 { "eap-max-sreq", o_int, &eap_states[0].es_server.ea_maxrequests, 94 { "eap-timeout", o_int, &eap_states[0].es_client.ea_timeout, 96 { "eap-max-rreq", o_int, &eap_states[0].es_client.ea_maxrequests, 98 { "eap-interval", o_int, &eap_states[0].es_rechallenge, 101 { "srp-interval", o_int, &eap_states[0].es_lwrechallenge,
|
D | ipcp.c | 183 { "ipcp-restart", o_int, &ipcp_fsm[0].timeouttime, 185 { "ipcp-max-terminate", o_int, &ipcp_fsm[0].maxtermtransmits, 187 { "ipcp-max-configure", o_int, &ipcp_fsm[0].maxconfreqtransmits, 189 { "ipcp-max-failure", o_int, &ipcp_fsm[0].maxnakloops,
|
D | pppd.h | 94 o_int, enumerator
|
/external/ppp/pppd/plugins/ |
D | minconn.c | 44 { "minconnect", o_int, &minconnect,
|
D | passwordfd.c | 23 { "passwordfd", o_int, &passwdfd,
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | pap.c | 77 { "pap-restart", o_int, &upap[0].us_timeouttime, 79 { "pap-max-authreq", o_int, &upap[0].us_maxtransmits, 81 { "pap-timeout", o_int, &upap[0].us_reqtimeout,
|
D | chap.c | 92 { "chap-restart", o_int, &chap[0].timeouttime, 94 { "chap-max-challenge", o_int, &chap[0].max_transmits, 96 { "chap-interval", o_int, &chap[0].chal_interval,
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | plugin.c | 84 { "rp_pppoe_verbose", o_int, &printACNames,
|