Searched refs:ecp_options (Results 1 – 3 of 3) sorted by relevance
37 typedef struct ecp_options { struct40 } ecp_options; typedef43 extern ecp_options ecp_wantoptions[];44 extern ecp_options ecp_gotoptions[];45 extern ecp_options ecp_allowoptions[];46 extern ecp_options ecp_hisoptions[];
37 typedef struct ecp_options { struct40 } ecp_options; argument43 extern ecp_options ecp_wantoptions[];44 extern ecp_options ecp_gotoptions[];45 extern ecp_options ecp_allowoptions[];46 extern ecp_options ecp_hisoptions[];
132 ecp_options ecp_wantoptions[NUM_PPP]; /* what to request the peer to use */133 ecp_options ecp_gotoptions[NUM_PPP]; /* what the peer agreed to do */134 ecp_options ecp_allowoptions[NUM_PPP]; /* what we'll agree to do */135 ecp_options ecp_hisoptions[NUM_PPP]; /* what we agreed to do */170 memset(&ecp_wantoptions[unit], 0, sizeof(ecp_options));171 memset(&ecp_gotoptions[unit], 0, sizeof(ecp_options));172 memset(&ecp_allowoptions[unit], 0, sizeof(ecp_options));173 memset(&ecp_hisoptions[unit], 0, sizeof(ecp_options));
Completed in 4 milliseconds