代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/395150/2449504
cfg str710_jtagkey.cfg
#daemon configuration
telnet_port 4444
gdb_port 3333
# tell gdb our flash memory map
# and enable flash programming
gdb_memory_map enable
gdb_flash_program enable
#interface
interface ft2232
ft2232_
www.eeworm.com/read/395150/2449519
cfg sam7s256_jtagkey.cfg
#daemon configuration
telnet_port 4444
gdb_port 3333
# tell gdb our flash memory map
# and enable flash programming
gdb_memory_map enable
gdb_flash_program enable
#interface
interface ft2232
ft2232_
www.eeworm.com/read/395150/2449546
cfg lpc2294_jtagkey.cfg
#daemon configuration
telnet_port 4444
gdb_port 3333
# tell gdb our flash memory map
# and enable flash programming
gdb_memory_map enable
gdb_flash_program enable
#interface
interface ft2232
ft2232_
www.eeworm.com/read/395150/2449567
cfg str912_jtagkey.cfg
#daemon configuration
telnet_port 4444
gdb_port 3333
# tell gdb our flash memory map
# and enable flash programming
gdb_memory_map enable
gdb_flash_program enable
#interface
interface ft2232
ft2232_
www.eeworm.com/read/170836/9785731
but man-putt.but
\cfg{man-identity}{putty}{1}{2004-03-24}{PuTTY tool suite}{PuTTY tool suite}
\H{putty-manpage} Man page for PuTTY
\S{putty-manpage-name} NAME
\cw{putty} - GUI SSH, Telnet and Rlogin client fo
www.eeworm.com/read/110420/15534444
c session.c
/* NOS User Session control
*/
#include
#include "global.h"
#include "mbuf.h"
#include "proc.h"
#include "ftpcli.h"
#include "icmp.h"
#include "telnet.h"
#include "tty.h"
#include
www.eeworm.com/read/104380/15696721
c session.c
/* NOS User Session control
*/
#include
#include "global.h"
#include "mbuf.h"
#include "proc.h"
#include "ftpcli.h"
#include "icmp.h"
#include "telnet.h"
#include "tty.h"
#include
www.eeworm.com/read/429611/8799255
c tnserv.c
#include
#include "global.h"
#include "socket.h"
#include "telnet.h"
#include "proc.h"
#include "files.h"
#include "commands.h"
#include "cmdparse.h"
static void tnserv(int s,void
www.eeworm.com/read/283598/9002811
txt unix下守护进程(daemon)的编写.txt
UNIX下守护进程(Daemon)的编写
--------------------------------------------------------------------------------
第八军团 时间:2004-1-17 22:07:16
UNIX下的网络服务程序,如Web Server,FTP,Telnet一般都是由守护进程(Daemon)
www.eeworm.com/read/376170/9328029
h mainwin.h
/*
* mainwindow.h
*/
#ifndef MAINWIN_H
#define MAINWIN_H
#include "clientwindow_gui.h"
#include "gui_dialog.h"
#include "setting.h"
#include "tables.h"
#include "config.h"
#include "telnet.h"
#inc