185/* Called by authentication code to start authenticating the peer. */
186externvoid chap_auth_peer(ppp_pcb *pcb, constchar *our_name, int digest_code);
187#endif /* PPP_SERVER */
188
189/* Called by auth. code to start authenticating us to the peer. */
190externvoid chap_auth_with_peer(ppp_pcb *pcb, constchar *our_name, int digest_code);
191
192/* Represents the CHAP protocol to the main pppd code */
193externconststruct protent chap_protent;
194
195#ifdef __cplusplus
196 }
197#endif
198
199#endif /* CHAP_H */
200#endif /* PPP_SUPPORT && CHAP_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.