Searched refs:ccp_options (Results 1 – 2 of 2) sorted by relevance
32 typedef struct ccp_options { struct42 } ccp_options; argument45 extern ccp_options ccp_wantoptions[];46 extern ccp_options ccp_gotoptions[];47 extern ccp_options ccp_allowoptions[];48 extern ccp_options ccp_hisoptions[];
124 ccp_options ccp_wantoptions[NUM_PPP]; /* what to request the peer to use */125 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */126 ccp_options ccp_allowoptions[NUM_PPP]; /* what we'll agree to do */127 ccp_options ccp_hisoptions[NUM_PPP]; /* what we agreed to do */167 static char * method_name __P((ccp_options *, ccp_options *));317 BZERO(&ccp_wantoptions[unit], sizeof(ccp_options));318 BZERO(&ccp_gotoptions[unit], sizeof(ccp_options));319 BZERO(&ccp_allowoptions[unit], sizeof(ccp_options));320 BZERO(&ccp_hisoptions[unit], sizeof(ccp_options));530 ccp_options *go = &ccp_gotoptions[f->unit];[all …]