Home | History | Annotate | Download | only in pppd

Lines Matching refs:lcp_options

191 lcp_options lcp_wantoptions[NUM_PPP];	/* Options that we want to request */
192 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
193 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
194 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
303 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));
304 BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options));
340 lcp_options *wo = &lcp_wantoptions[unit];
341 lcp_options *ao = &lcp_allowoptions[unit];
380 lcp_options *wo = &lcp_wantoptions[unit];
425 lcp_options *wo = &lcp_wantoptions[unit];
625 lcp_options *wo = &lcp_wantoptions[f->unit];
626 lcp_options *go = &lcp_gotoptions[f->unit];
627 lcp_options *ao = &lcp_allowoptions[f->unit];
651 lcp_options *go = &lcp_gotoptions[f->unit];
689 lcp_options *go = &lcp_gotoptions[f->unit];
777 lcp_options *go = &lcp_gotoptions[f->unit];
933 lcp_options *go = &lcp_gotoptions[f->unit];
934 lcp_options *wo = &lcp_wantoptions[f->unit];
938 lcp_options no; /* options we've seen Naks for */
939 lcp_options try; /* options to request next time */
1326 lcp_options *go = &lcp_gotoptions[f->unit];
1330 lcp_options try; /* options to request next time */
1486 lcp_options *go = &lcp_gotoptions[f->unit];
1487 lcp_options *ho = &lcp_hisoptions[f->unit];
1488 lcp_options *ao = &lcp_allowoptions[f->unit];
1874 lcp_options *wo = &lcp_wantoptions[f->unit];
1875 lcp_options *ho = &lcp_hisoptions[f->unit];
1876 lcp_options *go = &lcp_gotoptions[f->unit];
1877 lcp_options *ao = &lcp_allowoptions[f->unit];
1925 lcp_options *go = &lcp_gotoptions[f->unit];