Home | History | Annotate | Download | only in pppd

Lines Matching refs:lcp_wantoptions

111     { "noaccomp", o_bool, &lcp_wantoptions[0].neg_accompression,
114 { "-ac", o_bool, &lcp_wantoptions[0].neg_accompression,
118 { "asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
120 OPT_OR, &lcp_wantoptions[0].neg_asyncmap },
121 { "-as", o_uint32, &lcp_wantoptions[0].asyncmap,
123 OPT_ALIAS | OPT_OR, &lcp_wantoptions[0].neg_asyncmap },
124 { "default-asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
128 { "-am", o_uint32, &lcp_wantoptions[0].asyncmap,
133 { "nomagic", o_bool, &lcp_wantoptions[0].neg_magicnumber,
136 { "-mn", o_bool, &lcp_wantoptions[0].neg_magicnumber,
140 { "mru", o_int, &lcp_wantoptions[0].mru,
142 OPT_PRIO, &lcp_wantoptions[0].neg_mru },
143 { "default-mru", o_bool, &lcp_wantoptions[0].neg_mru,
146 { "-mru", o_bool, &lcp_wantoptions[0].neg_mru,
153 { "nopcomp", o_bool, &lcp_wantoptions[0].neg_pcompression,
156 { "-pc", o_bool, &lcp_wantoptions[0].neg_pcompression,
160 { "passive", o_bool, &lcp_wantoptions[0].passive,
162 { "-p", o_bool, &lcp_wantoptions[0].passive,
165 { "silent", o_bool, &lcp_wantoptions[0].silent,
191 { "mrru", o_int, &lcp_wantoptions[0].mrru,
193 OPT_PRIO, &lcp_wantoptions[0].neg_mrru },
195 { "mpshortseq", o_bool, &lcp_wantoptions[0].neg_ssnhf,
198 { "nompshortseq", o_bool, &lcp_wantoptions[0].neg_ssnhf,
215 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
327 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));
337 if (str_to_epdisc(&lcp_wantoptions[0].endpoint, *argv)) {
338 lcp_wantoptions[0].neg_endpoint = 1;
348 printer(arg, "%s", epdisc_to_str(&lcp_wantoptions[0].endpoint));
359 lcp_options *wo = &lcp_wantoptions[unit];
398 lcp_options *wo = &lcp_wantoptions[unit];
448 lcp_options *wo = &lcp_wantoptions[unit];
646 lcp_options *wo = &lcp_wantoptions[f->unit];
944 lcp_options *wo = &lcp_wantoptions[f->unit];
1876 lcp_options *wo = &lcp_wantoptions[f->unit];