Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stdio.h>
#include <stddef.h>
#include <device.h>
#include <tcp.h>
#include <shell.h>
#include <thread.h>
#include <telnet.h>
#include <core.h>
Functions | |
thread | telnetServerKiller (ushort, ushort) |
thread | telnetServer (int ethdev, int port, ushort telnetdev, char *shellname) |