Searched refs:o_int (Results 1 – 13 of 13) sorted by relevance
/external/ppp/pppd/ |
D | options.c | 185 { "debug", o_int, &debug, 187 { "-d", o_int, &debug, 191 { "kdebug", o_int, &kdebugflag, 202 { "holdoff", o_int, &holdoff, 206 { "idle", o_int, &idle_time_limit, 209 { "maxconnect", o_int, &maxconnect, 240 { "logfd", o_int, &log_to_fd, 243 { "nolog", o_int, &log_to_fd, 246 { "nologfd", o_int, &log_to_fd, 254 { "maxfail", o_int, &maxfail, [all …]
|
D | tty.c | 206 { "crtscts", o_int, &crtscts, 209 { "cdtrcts", o_int, &crtscts, 212 { "nocrtscts", o_int, &crtscts, 215 { "-crtscts", o_int, &crtscts, 218 { "nocdtrcts", o_int, &crtscts, 232 { "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 | chap-new.c | 68 { "chap-restart", o_int, &chap_timeout_time, 70 { "chap-max-challenge", o_int, &chap_max_transmits, 72 { "chap-interval", o_int, &chap_rechallenge_time,
|
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 | 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 | 246 { "ipv6cp-restart", o_int, &ipv6cp_fsm[0].timeouttime, 248 { "ipv6cp-max-terminate", o_int, &ipv6cp_fsm[0].maxtermtransmits, 250 { "ipv6cp-max-configure", o_int, &ipv6cp_fsm[0].maxconfreqtransmits, 252 { "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 | 182 { "ipcp-restart", o_int, &ipcp_fsm[0].timeouttime, 184 { "ipcp-max-terminate", o_int, &ipcp_fsm[0].maxtermtransmits, 186 { "ipcp-max-configure", o_int, &ipcp_fsm[0].maxconfreqtransmits, 188 { "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/ppp/pppd/plugins/rp-pppoe/ |
D | plugin.c | 79 { "rp_pppoe_verbose", o_int, &printACNames,
|