Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
telnetServer.c File Reference
#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)