• Home
  • Raw
  • Download

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];
433 lcp_options *wo = &lcp_wantoptions[unit];
648 lcp_options *wo = &lcp_wantoptions[f->unit];
649 lcp_options *go = &lcp_gotoptions[f->unit];
650 lcp_options *ao = &lcp_allowoptions[f->unit];
674 lcp_options *go = &lcp_gotoptions[f->unit];
712 lcp_options *go = &lcp_gotoptions[f->unit];
800 lcp_options *go = &lcp_gotoptions[f->unit];
956 lcp_options *go = &lcp_gotoptions[f->unit];
957 lcp_options *wo = &lcp_wantoptions[f->unit];
961 lcp_options no; /* options we've seen Naks for */
962 lcp_options try; /* options to request next time */
1349 lcp_options *go = &lcp_gotoptions[f->unit];
1353 lcp_options try; /* options to request next time */
1509 lcp_options *go = &lcp_gotoptions[f->unit];
1510 lcp_options *ho = &lcp_hisoptions[f->unit];
1511 lcp_options *ao = &lcp_allowoptions[f->unit];
1897 lcp_options *wo = &lcp_wantoptions[f->unit];
1898 lcp_options *ho = &lcp_hisoptions[f->unit];
1899 lcp_options *go = &lcp_gotoptions[f->unit];
1900 lcp_options *ao = &lcp_allowoptions[f->unit];
1948 lcp_options *go = &lcp_gotoptions[f->unit];