#include "telnet_console.h"
#include <lwip/mem.h>
#include <lwip/memp.h>
#include <lwip/sys.h>
#include <lwip/stats.h>
#include <lwip/ip.h>
#include <lwip/udp.h>
#include <lwip/tcp.h>
#include <lwip/dhcp.h>
#include <netif/etharp.h>
#include <network/network.h>
#include <time.h>
#include <xetypes.h>
Go to the source code of this file.
◆ BUFSIZE
◆ PORT_TEL
◆ CONNECTION_STATES
Enumerator |
---|
TELNET_CONNECTED | |
TELNET_DISCONNECTED | |
TELNET_CLOSING | |
Definition at line 30 of file telnet_console.c.
◆ telnet_console_close()
void telnet_console_close |
( |
void |
| ) |
|
◆ telnet_console_init()
void telnet_console_init |
( |
void |
| ) |
|
==========================================================================
Definition at line 57 of file telnet_console.c.
◆ telnet_console_tx_print()
void telnet_console_tx_print |
( |
const char * |
buf, |
|
|
int |
bc |
|
) |
| |
◆ telnet_process()
void telnet_process |
( |
void |
| ) |
|
◆ recv_buf
◆ recv_len
◆ stdout_hook
void(* stdout_hook) (const char *buf, int len) |
( |
const char * |
buf, |
|
|
int |
len |
|
) |
| |
|
extern |