Home | History | Annotate | Download | only in pppd

Lines Matching refs:o_int

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,