19 #ifndef _RTEMS_TELNETD_H 20 #define _RTEMS_TELNETD_H 23 #include <rtems/shell.h> 31 const char *passphrase
77 rtems_shell_login_check_t login_check;
Priority_Control rtems_task_priority
Define the type for an RTEMS API task priority.
Definition: tasks.h:79
rtems_status_code
Classic API Status.
Definition: status.h:46
rtems_telnetd_config_table rtems_telnetd_config
Telnet configuration.
bool rtems_telnetd_login_check(const char *user, const char *passphrase)
Standard Telnet login check that uses DES to encrypt the passphrase.
Definition: check_passwd.c:84
void(* rtems_telnetd_command)(char *, void *)
Telnet command type.
Definition: telnetd.h:38
rtems_status_code rtems_telnetd_initialize(void)
Initializes the Telnet subsystem.
Definition: telnetd.c:291
Telnet configuration structure.
Definition: telnetd.h:46