Searched refs:o_int (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 206 { "debug", o_int, &debug, 208 { "-d", o_int, &debug, 210 { "kdebug", o_int, &kdebugflag, 218 { "holdoff", o_int, &holdoff, 220 { "idle", o_int, &idle_time_limit, 249 { "maxconnect", o_int, &maxconnect, 251 { "crtscts", o_int, &crtscts, 253 { "nocrtscts", o_int, &crtscts, 255 { "-crtscts", o_int, &crtscts, 257 { "cdtrcts", o_int, &crtscts, [all …]
|
H A D | upap.c | 57 { "pap-restart", o_int, &upap[0].us_timeouttime, 59 { "pap-max-authreq", o_int, &upap[0].us_maxtransmits, 61 { "pap-max-receive", o_int, &upap[0].us_maxreceives, 63 { "pap-timeout", o_int, &upap[0].us_reqtimeout,
|
H A D | lcp.c | 152 { "mru", o_int, &lcp_wantoptions[0].mru, 155 { "mtu", o_int, &lcp_allowoptions[0].mru, 172 { "lcp-echo-failure", o_int, &lcp_echo_fails, 174 { "lcp-echo-interval", o_int, &lcp_echo_interval, 176 { "no-accm-test", o_int, &use_accm_test, 179 { "small-accm-test", o_int, &use_accm_test, 182 { "lcp-restart", o_int, &lcp_fsm[0].timeouttime, 184 { "lcp-max-terminate", o_int, &lcp_fsm[0].maxtermtransmits, 186 { "lcp-max-configure", o_int, &lcp_fsm[0].maxconfreqtransmits, 188 { "lcp-max-failure", o_int, &lcp_fsm[0].maxnakloops, [all …]
|
H A D | chap.c | 66 { "chap-restart", o_int, &chap[0].timeouttime, 68 { "chap-max-challenge", o_int, &chap[0].max_transmits, 70 { "chap-interval", o_int, &chap[0].chal_interval,
|
H A D | ipv6cp.c | 200 { "ipv6cp-restart", o_int, &ipv6cp_fsm[0].timeouttime, 202 { "ipv6cp-max-terminate", o_int, &ipv6cp_fsm[0].maxtermtransmits, 204 { "ipv6cp-max-configure", o_int, &ipv6cp_fsm[0].maxconfreqtransmits, 206 { "ipv6cp-max-failure", o_int, &ipv6cp_fsm[0].maxnakloops,
|
H A D | ipcp.c | 144 { "ipcp-restart", o_int, &ipcp_fsm[0].timeouttime, 146 { "ipcp-max-terminate", o_int, &ipcp_fsm[0].maxtermtransmits, 148 { "ipcp-max-configure", o_int, &ipcp_fsm[0].maxconfreqtransmits, 150 { "ipcp-max-failure", o_int, &ipcp_fsm[0].maxnakloops,
|
H A D | pppd.h | 104 o_int, enumerator
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | minconn.c | 18 { "minconnect", o_int, &minconnect,
|