ccp_options
ccp_options *opt, *opt2;
ccp_options ccp_wantoptions[NUM_PPP]; /* what to request the peer to use */
ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */
ccp_options *go = &ccp_gotoptions[f->unit];
ccp_options *ho = &ccp_hisoptions[f->unit];
ccp_options ccp_allowoptions[NUM_PPP]; /* what we'll agree to do */
ccp_options ccp_hisoptions[NUM_PPP]; /* what we agreed to do */
static char * method_name __P((ccp_options *, ccp_options *));
BZERO(&ccp_wantoptions[unit], sizeof(ccp_options));
BZERO(&ccp_gotoptions[unit], sizeof(ccp_options));
BZERO(&ccp_allowoptions[unit], sizeof(ccp_options));
BZERO(&ccp_hisoptions[unit], sizeof(ccp_options));
ccp_options *go = &ccp_gotoptions[f->unit];
ccp_options *go = &ccp_gotoptions[f->unit];
ccp_options *go = &ccp_gotoptions[f->unit];
ccp_options *go = &ccp_gotoptions[f->unit];
ccp_options *go = &ccp_gotoptions[f->unit];
ccp_options no; /* options we've seen already */
ccp_options try; /* options to ask for next time */
ccp_options *go = &ccp_gotoptions[f->unit];
ccp_options try; /* options to request next time */
ccp_options *ho = &ccp_hisoptions[f->unit];
ccp_options *ao = &ccp_allowoptions[f->unit];
BZERO(ho, sizeof(ccp_options));
extern ccp_options ccp_wantoptions[];
extern ccp_options ccp_gotoptions[];
extern ccp_options ccp_allowoptions[];
extern ccp_options ccp_hisoptions[];