Searched refs:ccp_options (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dccp.h33 typedef struct ccp_options { struct
44 } ccp_options; typedef in typeref:struct:ccp_options
47 extern ccp_options ccp_wantoptions[];
48 extern ccp_options ccp_gotoptions[];
49 extern ccp_options ccp_allowoptions[];
50 extern ccp_options ccp_hisoptions[];
H A 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));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dccp.h30 typedef struct ccp_options { struct
40 } ccp_options; typedef in typeref:struct:ccp_options
43 extern ccp_options ccp_wantoptions[];
44 extern ccp_options ccp_gotoptions[];
45 extern ccp_options ccp_allowoptions[];
46 extern ccp_options ccp_hisoptions[];
H A Dccp.c135 ccp_options ccp_wantoptions[NUM_PPP]; /* what to request the peer to use */
136 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */
137 ccp_options ccp_allowoptions[NUM_PPP]; /* what we'll agree to do */
138 ccp_options ccp_hisoptions[NUM_PPP]; /* what we agreed to do */
154 static char *method_name __P((ccp_options *, ccp_options *));
295 memset(&ccp_wantoptions[unit], 0, sizeof(ccp_options));
296 memset(&ccp_gotoptions[unit], 0, sizeof(ccp_options));
297 memset(&ccp_allowoptions[unit], 0, sizeof(ccp_options));
298 memset(&ccp_hisoptions[unit], 0, sizeof(ccp_options));
[all...]

Completed in 35 milliseconds