35#if PPP_SUPPORT && ECP_SUPPORT /* don't build if not configured for use in ppp_opts.h */
36
37#ifndef ECP_H
38#define ECP_H
39
40#ifdef __cplusplus
41extern"C" {
42#endif
43
44typedefstruct ecp_options {
45bool required; /* Is ECP required? */
46unsigned enctype; /* Encryption type */
47 } ecp_options;
48
49extern fsm ecp_fsm[];
50extern ecp_options ecp_wantoptions[];
51extern ecp_options ecp_gotoptions[];
52extern ecp_options ecp_allowoptions[];
53extern ecp_options ecp_hisoptions[];
54
55externconststruct protent ecp_protent;
56
57#ifdef __cplusplus
58 }
59#endif
60
61#endif /* ECP_H */
62#endif /* PPP_SUPPORT && ECP_SUPPORT */
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.