Lines Matching refs:ccp_options
200 ccp_options ccp_wantoptions[NUM_PPP]; /* what to request the peer to use */
201 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */
202 ccp_options ccp_allowoptions[NUM_PPP]; /* what we'll agree to do */
203 ccp_options ccp_hisoptions[NUM_PPP]; /* what we agreed to do */
219 static char *method_name __P((ccp_options *, ccp_options *));
361 memset(&ccp_wantoptions[unit], 0, sizeof(ccp_options));
362 memset(&ccp_gotoptions[unit], 0, sizeof(ccp_options));
363 memset(&ccp_allowoptions[unit], 0, sizeof(ccp_options));
364 memset(&ccp_hisoptions[unit], 0, sizeof(ccp_options));
533 ccp_options *go = &ccp_gotoptions[f->unit];
541 ccp_options *ao = &ccp_allowoptions[f->unit];
676 ccp_options *go = &ccp_gotoptions[f->unit];
695 ccp_options *go = &ccp_gotoptions[f->unit];
813 ccp_options *go = &ccp_gotoptions[f->unit];
903 ccp_options *go = &ccp_gotoptions[f->unit];
904 ccp_options no; /* options we've seen already */
905 ccp_options try; /* options to ask for next time */
992 ccp_options *go = &ccp_gotoptions[f->unit];
993 ccp_options try; /* options to request next time */
1078 ccp_options *ho = &ccp_hisoptions[f->unit];
1079 ccp_options *ao = &ccp_allowoptions[f->unit];
1089 memset(ho, 0, sizeof(ccp_options));
1361 ccp_options *opt, *opt2; in method_name()
1428 ccp_options *go = &ccp_gotoptions[f->unit];
1429 ccp_options *ho = &ccp_hisoptions[f->unit];