代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/242732/4539122
mingw makefile.mingw
#
# Makefile for Console Telnet
# Last modified 4/15/2000 by Paul Brannan
#
SRCDIR=./src
OBJDIR=src
RESDIR=resource
SRC=$(wildcard $(SRCDIR)/*.cpp)
RESOURCES=$(wildcard $(RESDIR)/*.rc)
OB
www.eeworm.com/read/240943/4564818
h telnetd.h
/**
* \addtogroup telnetd
* @{
*/
/**
* \file
* Header file for the telnet server.
* \author Adam Dunkels
*/
/*
* Copyright (c) 2002, Adam Dunkels.
* All rights reserved.
www.eeworm.com/read/216802/4882862
h tnconfig.h
// Tnconfig.h
// Written by Paul Brannan
//
// This is a class designed for use with Brad Johnson's Console Telnet
// It reads an ini file and keeps the settings for later re
www.eeworm.com/read/216802/4882875
mingw makefile.mingw
#
# Makefile for Console Telnet
# Last modified 4/15/2000 by Paul Brannan
#
SRCDIR=./src
OBJDIR=src
RESDIR=resource
SRC=$(wildcard $(SRCDIR)/*.cpp)
RESOURCES=$(wildcard $(RESDIR)/*.rc)
OB
www.eeworm.com/read/205824/5018076
h tnconfig.h
// Tnconfig.h
// Written by Paul Brannan
//
// This is a class designed for use with Brad Johnson's Console Telnet
// It reads an ini file and keeps the settings for later re
www.eeworm.com/read/205824/5018089
mingw makefile.mingw
#
# Makefile for Console Telnet
# Last modified 4/15/2000 by Paul Brannan
#
SRCDIR=./src
OBJDIR=src
RESDIR=resource
SRC=$(wildcard $(SRCDIR)/*.cpp)
RESOURCES=$(wildcard $(RESDIR)/*.rc)
OB
www.eeworm.com/read/289672/3989766
java multioutputstream.java
package SOMA.telnet;
import java.io.*;
import java.util.*;
public class MultiOutputStream extends OutputStream
{
public LinkedList outs = new LinkedList();
public synchronized OutputSt
www.eeworm.com/read/280815/4123915
h wdt.h
/*
* File : config.h
*
* Description: This file contains the Telnet Client side API definitions.
*
* Copyright 2004 ZiLOG Inc. ALL RIGHTS RESERVED.
*
* This file contains unp
www.eeworm.com/read/280815/4123917
h spi.h
/*
* File : config.h
*
* Description: This file contains the Telnet Client side API definitions.
*
* Copyright 2004 ZiLOG Inc. ALL RIGHTS RESERVED.
*
* This file contains unp
www.eeworm.com/read/411325/2189137
h telnetd.h
/**
* \addtogroup telnetd
* @{
*/
/**
* \file
* Header file for the telnet server.
* \author Adam Dunkels
*/
/*
* Copyright (c) 2002, Adam Dunkels.
* All rights reserved.