代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/104982/15680425
vbw telnet.vbw
frmTelnet = 88, 88, 780, 485, , 132, 132, 762, 445,
vt100 = 110, 110, 696, 511, Z
frmTCPIP = 22, 22, 464, 367, C, 132, 132, 574, 477, C
www.eeworm.com/read/104982/15680426
frx telnet.frx
www.eeworm.com/read/104982/15680429
vbp telnet.vbp
Type=Exe
Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0; COMCTL32.OCX
Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; MSWINSCK.OCX
Form=telnet.frm
Module=vt100; Vt100.bas
Form=frmTCPIP.
www.eeworm.com/read/104451/15692241
dsw telnet.dsw
Microsoft Developer Studio Workspace File, Format Version 5.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/104451/15692243
cpp telnet.cpp
#include
#include
#include "telnet.h"
//
// sock_loop is the thread dedicatd to reading socket input.
// It waits for data from the socket, and then gives it one byt
www.eeworm.com/read/104451/15692244
h telnet.h
//Global Handles
extern HANDLE stdin;
extern HANDLE stdout;
extern HANDLE stderr;
extern char const* sockmsg(int ecode);
extern void err(char const* s,...);
extern void telnet(char const*
www.eeworm.com/read/104451/15692248
dsp telnet.dsp
# Microsoft Developer Studio Project File - Name="telnet" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/104380/15696524
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/104380/15696594
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/104047/15711868
cpp telnet.cpp
// Telnet.cpp: implementation of the CTelnet class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "vt100.h"
#include "Telnet.h"
#ifde