Home | History | Annotate | Download | only in pppd

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];
902 ccp_options *go = &ccp_gotoptions[f->unit];
903 ccp_options no; /* options we've seen already */
904 ccp_options try; /* options to ask for next time */
991 ccp_options *go = &ccp_gotoptions[f->unit];
992 ccp_options try; /* options to request next time */
1077 ccp_options *ho = &ccp_hisoptions[f->unit];
1078 ccp_options *ao = &ccp_allowoptions[f->unit];
1088 memset(ho, 0, sizeof(ccp_options));
1357 ccp_options *opt, *opt2;
1424 ccp_options *go = &ccp_gotoptions[f->unit];
1425 ccp_options *ho = &ccp_hisoptions[f->unit];