代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/231919/4709146
cfg openocd_at91sam7s_flash_wiggler.cfg
#
# Flash AT91SAM7S memory using openocd
# and a Wiggler-type JTAG-interface
#
# created by Martin Thomas
# based on information from Dominic Rath
#
#daemon configuration
telnet_port 4444
www.eeworm.com/read/187464/5220733
c ttputc.c
/* ttputc.c - ttputc */
#include
#include
#include "telnet.h"
int tcout(char *cap, FILE *tfp);
int xputc(char ch, FILE *fp);
/*--------------------------------------------
www.eeworm.com/read/187464/5220759
c do_noga.c
/* do_noga.c - do_noga */
#include
#include
#include "telnet.h"
extern u_char option_cmd;
/*------------------------------------------------------------------------
* do_
www.eeworm.com/read/286854/4032112
c be_nossh.c
/*
* Linking module for PuTTYtel: list the available backends not
* including ssh.
*/
#include
#include "putty.h"
const int be_default_protocol = PROT_TELNET;
const char *const appname
www.eeworm.com/read/276787/4163314
control openssh-sftp-server.control
Package: openssh-sftp-server
Version: 4.6p1-r3
Description: Secure rlogin/rsh/rcp/telnet replacement (OpenSSH) Ssh (Secure Shell) is a program for logging into a remote machine and for executing comma
www.eeworm.com/read/439112/1808754
nasl smtp_relay2.nasl
#
# This script was written by Michel Arboi
# starting from the relay test service (telnet relay-test.mail-abuse.org)
#
# GNU Public Licence
#
# References
# Date: Mon, 25 Aug 20
www.eeworm.com/read/393024/2490027
c halrmt.c
/** This file, 'halrmt.c', is a HAL component that provides a simple
telnet interface to the EMC2 HAL. It is a user space component.
*/
/** Copyright (C) 2006 Eric H. Johnson
Derived from w
www.eeworm.com/read/100422/15873944
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Telnet.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/373528/9452638
bas modtelnet.bas
Attribute VB_Name = "modTelnet"
Option Explicit
'------------------------------------------
Private Const F_IAC = 255 'Telnet命令首字符
Private Const F_DO = 253 'DO协商
Private Const F_DONT =
www.eeworm.com/read/169311/9867323
makefile
# You can do "make SUB=blah" to make only a few, or edit here, or both
# You can also run make directly in the subdirs you want.
SUB = telnet telnetd
# not yet: telnetlogin
%.build:
(cd $(patsubs