Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Decp.h37 typedef struct ecp_options { struct
40 } ecp_options; typedef
43 extern ecp_options ecp_wantoptions[];
44 extern ecp_options ecp_gotoptions[];
45 extern ecp_options ecp_allowoptions[];
46 extern ecp_options ecp_hisoptions[];
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Decp.h37 typedef struct ecp_options { struct
40 } ecp_options; argument
43 extern ecp_options ecp_wantoptions[];
44 extern ecp_options ecp_gotoptions[];
45 extern ecp_options ecp_allowoptions[];
46 extern ecp_options ecp_hisoptions[];
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Decp.c132 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