Home
last modified time | relevance | path

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

/external/ppp/pppd/
Decp.c119 ecp_options ecp_wantoptions[NUM_PPP]; /* what to request the peer to use */
120 ecp_options ecp_gotoptions[NUM_PPP]; /* what the peer agreed to do */
121 ecp_options ecp_allowoptions[NUM_PPP]; /* what we'll agree to do */
122 ecp_options ecp_hisoptions[NUM_PPP]; /* what we agreed to do */
156 memset(&ecp_wantoptions[unit], 0, sizeof(ecp_options));
157 memset(&ecp_gotoptions[unit], 0, sizeof(ecp_options));
158 memset(&ecp_allowoptions[unit], 0, sizeof(ecp_options));
159 memset(&ecp_hisoptions[unit], 0, sizeof(ecp_options));
Decp.h34 typedef struct ecp_options { struct
37 } ecp_options; argument
40 extern ecp_options ecp_wantoptions[];
41 extern ecp_options ecp_gotoptions[];
42 extern ecp_options ecp_allowoptions[];
43 extern ecp_options ecp_hisoptions[];