代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/437619/7744686
c telnet.c
/* Internet Telnet client
*/
#include
#ifdef __TURBOC__
#include
#include
#endif
#include "global.h"
#include "mbuf.h"
#include "socket.h"
#include "telnet.h"
#i
www.eeworm.com/read/437619/7744756
h telnet.h
#ifndef _TELNET_H
#define _TELNET_H
#ifndef _SESSION_H
#include "session.h"
#endif
#ifndef _SOCKADDR_H
#include "sockaddr.h"
#endif
#define LINESIZE 256 /* Length of local editing buffer
www.eeworm.com/read/435169/7796026
c telnet.c
/* Telnet utility for 'TCP/IP Lean' (c) Iosoft Ltd. 2000
This software is only licensed for distribution with the book 'TCP/IP Lean',
and may only be used for personal experimentation by the purch
www.eeworm.com/read/369629/7811414
c telnet.c
/* Telnet utility for 'TCP/IP Lean' (c) Iosoft Ltd. 2000
This software is only licensed for distribution with the book 'TCP/IP Lean',
and may only be used for personal experimentation by the purch
www.eeworm.com/read/399806/7834433
nwc telnet.nwc
Number of Devices =8
Number of Routers =5
Number of Switches=2
Number of PCs=1
www.eeworm.com/read/198319/7940727
asm telnet.asm
.nolist
.include "param.inc"
.include "8019.inc"
.list
.global telnet
.global close_telnet
.text
.using 0
telnet:
;;send max. data_len bytes to serial line
mov a,data_len+1 ;LSB
mov workreg+3,
www.eeworm.com/read/197252/8009481
c telnet.c
/* Telnet utility for 'TCP/IP Lean' (c) Iosoft Ltd. 2000
This software is only licensed for distribution with the book 'TCP/IP Lean',
and may only be used for personal experimentation by the purch
www.eeworm.com/read/331784/12808341
txt telnet协议.txt
目录:
一 摘要
二 远程登录
三 <mark>Telnet</mark>协议
四 Win2000的<mark>Telnet</mark>服务
五 在<mark>telnet</mark>中该做什么
六 结束语
一 摘要
<mark>Telnet</mark>的应用不仅方便了我们进行远程登录,也给hacker们提供了又一种入侵手段和后门,但无论如何,在你尽情享受<mark>Telnet</mark>所带给你的便捷的同时,你是否真正的了解<mark>Telnet</mark>呢?
二 远程登录
Tel ...
www.eeworm.com/read/143516/12868722
c telnet.c
/* Internet Telnet client
*/
#include
#ifdef __TURBOC__
#include
#include
#endif
#include "global.h"
#include "mbuf.h"
#include "socket.h"
#include "telnet.h"
#i
www.eeworm.com/read/143516/12868944
h telnet.h
#ifndef _TELNET_H
#define _TELNET_H
#ifndef _SESSION_H
#include "session.h"
#endif
#ifndef _SOCKADDR_H
#include "sockaddr.h"
#endif
#define LINESIZE 256 /* Length of local editing buffer