The ppp_listen function configures the PPP interface to accept incoming PPP connections by starting the PPP daemon in server mode. The argument user points to the username, and the argument passw points to the password. The TcpNet system uses username and password for remote user authentication using the Password Authentication Protocol (PAP). Both arguments are null-terminated ASCII strings. The ppp_listen function is in the RL-TCPnet library. The prototype is defined in rtl.h. note - It is common to call the ppp_listen function at system startup.
|