RTEMS CPU Kit with SuperCore
4.11.3
|
#include <termios.h>
#include <rtems/termiostypes.h>
#include <sys/ttycom.h>
#include <rtems.h>
#include <rtems/libio.h>
#include <rtems/bspIo.h>
#include <errno.h>
#include <sys/socket.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Data Structures | |
struct | pty_tt |
Typedefs | |
typedef struct pty_tt | pty_t |
Functions | |
char * | telnet_get_pty (int socket) |
int | telnet_pty_initialize (void) |
int | telnet_pty_finalize (void) |
Variables | |
int | rtems_telnetd_maximum_ptys |