HomeSort by relevance Sort by last modified time
    Searched refs:ccp_options (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
ccp.h 33 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[];
ccp.c 200 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...]

Completed in 60 milliseconds