#include "uip.h"
#include "memb.h"
#include "telnetd.h"
#include <string.h>
Include dependency graph for telnetd.c:

Functions | |
| void | telnetd_close (struct telnetd_state *s) |
| Close a telnet session. | |
| void | telnetd_prompt (struct telnetd_state *s, char *str) |
| Print a prompt on a telnet connection. | |
| void | telnetd_output (struct telnetd_state *s, char *str1, char *str2) |
| Print out a string on a telnet connection. | |
| void | telnetd_init (void) |
| Initialize the telnet server. | |
1.3.3