Home
last modified time | relevance | path

Searched refs:ccp_options (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/
Dccp.h33 typedef struct ccp_options { struct
44 } ccp_options; typedef
47 extern ccp_options ccp_wantoptions[];
48 extern ccp_options ccp_gotoptions[];
49 extern ccp_options ccp_allowoptions[];
50 extern ccp_options ccp_hisoptions[];
Dccp.c200 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];
[all …]