代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/410380/11289309
1 telnet.1
.\" Copyright (c) 1983, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, a
www.eeworm.com/read/264342/11319347
c telnet.c
/* telnet.c - telnet */
#include
#include
#include
#include
#include
#include
#include
#includ
www.eeworm.com/read/264342/11319366
h telnet.h
/* telnet.h */
/* TELNET Command Codes: */
#define TCSB (u_char)250 /* Start Subnegotiation */
#define TCSE (u_char)240 /* End Of Subnegotiation */
#define TCNOP (u_char)241 /* No Operation
www.eeworm.com/read/263657/11348828
ini telnet.ini
[TELNET-PROTOCOL-DEFINITIONS]
255=IAC - interpret as command:
254=DONT - you are not to use option
253=DO - please, you use option
252=WONT - I won't use option
251=WILL - I will use option
250
www.eeworm.com/read/406533/11440084
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/400734/11569745
doc telnet.doc
www.eeworm.com/read/157691/11671637
telnet-lib
# $Id: telnet-lib,v 1.2 2000/11/18 08:25:04 roesch Exp $
alert tcp $HOME_NET 23 -> $EXTERNAL_NET any (msg:"TELNET - Attempted SU from wrong group"; content: "|74 6F 20 73 75 20 72 6F 6F 74 2E|"; lo
www.eeworm.com/read/260147/11743280
c telnet.c
/* telnet.c - telnet */
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/260147/11743316
h telnet.h
/* telnet.h */
typedef unsigned char u_char;
/* TELNET Command Codes: */
#define TCSB (u_char)250 /* Start Subnegotiation */
#define TCSE (u_char)240 /* End Of Subnegotiation */
#define TCNOP (u
www.eeworm.com/read/156948/11751097
java telnet.java
import java.io.*;
import java.net.*;
public class Telnet {
public static void main(String [] args) throws IOException {
if (args.length < 1) {
System.out.println("用法:Telnet ");