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

/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dccp.h59 typedef struct ccp_options { struct
70 } ccp_options; typedef in typeref:struct:ccp_options
73 extern ccp_options ccp_wantoptions[];
74 extern ccp_options ccp_gotoptions[];
75 extern ccp_options ccp_allowoptions[];
76 extern ccp_options ccp_hisoptions[];
H A Dccp.c255 ccp_options ccp_wantoptions[NUM_PPP]; /* what to request the peer to use */
256 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */
257 ccp_options ccp_allowoptions[NUM_PPP]; /* what we'll agree to do */
258 ccp_options ccp_hisoptions[NUM_PPP]; /* what we agreed to do */
274 static char *method_name __P((ccp_options *, ccp_options *));
416 memset(&ccp_wantoptions[unit], 0, sizeof(ccp_options));
417 memset(&ccp_gotoptions[unit], 0, sizeof(ccp_options));
418 memset(&ccp_allowoptions[unit], 0, sizeof(ccp_options));
419 memset(&ccp_hisoptions[unit], 0, sizeof(ccp_options));
[all...]
/macosx-10.10.1/ppp-786.1.1/Authenticators/DSAuthentication/
H A Dmain.c66 extern ccp_options ccp_wantoptions[];

Completed in 188 milliseconds