Searched refs:ecp_options (Results 1 – 2 of 2) sorted by relevance
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));
44 typedef struct ecp_options { struct47 } ecp_options; typedef50 extern ecp_options ecp_wantoptions[];51 extern ecp_options ecp_gotoptions[];52 extern ecp_options ecp_allowoptions[];53 extern ecp_options ecp_hisoptions[];