代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/312645/3655141
h telnet.h
//==========================================================================
//
// include/arpa/telnet.h
//
//==========================================================================
//###
www.eeworm.com/read/306178/3748430
h telnet.h
// 神话世界·西游记·版本4.50
/* */
// File : /include/telnet.h
//
// This file holds the various defines used by the telnet daemon.
#ifndef __NET_TELNET_H
#define __NET_TELNET_H
www.eeworm.com/read/304849/3784509
h telnet.h
//
// Visopsys
// Copyright (C) 1998-2007 J. Andrew McLaughlin
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public
www.eeworm.com/read/301877/3831078
h telnet.h
/*
* telnet.h
*
* TELNET Socket class.
*
* Portable Windows Library
*
* Copyright (c) 1993-2002 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozilla Public License
www.eeworm.com/read/301877/3831241
cxx telnet.cxx
/*
* telnet.cxx
*
* TELNET socket I/O channel class.
*
* Portable Windows Library
*
* Copyright (c) 1993-2002 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozilla Pu
www.eeworm.com/read/298657/3860288
h telnet.h
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/293343/3931280
h telnet.h
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/292705/3949250
ncsa-telnet
NCSA telnet doesn't work with path MTU discovery enabled. This is due to a
bug in NCSA that also stops it working with other modern networking code
such as Solaris.
The following information is court
www.eeworm.com/read/288937/3998091
h telnet.h
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/286854/4031963
c telnet.c
#include
#include
#include "putty.h"
#ifndef FALSE
#define FALSE 0
#endif
#ifndef TRUE
#define TRUE 1
#endif
#define IAC 255 /* interpret as command: */
#define DONT 25