代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/309546/13669217
zip telnet.zip
www.eeworm.com/read/309397/13672796
bmp telnet.bmp
www.eeworm.com/read/306978/13733754
o telnet.o
www.eeworm.com/read/306978/13733756
h telnet.h
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/306978/13733773
cc telnet.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/150205/5694238
h telnet.h
#ifndef __TELNET_H__
#define __TELNET_H__
void telnet_thread(void *arg);
#endif
www.eeworm.com/read/150205/5694246
c telnet.c
/*
* Author hugang
*/
#include "../SOURCE/includes.h" /* uC/OS interface */
#include "lwip/api.h"
#include "../inc/44blib.h"
#include "../inc/target.h"
#inc
www.eeworm.com/read/147331/5731222
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/146055/5740803
conf telnet.conf
10.1.0.14 22 "" "SSH-2.0" ""
10.1.0.14 80 "GET ." "
www.eeworm.com/read/146055/5740806
sh telnet.sh
#!/bin/sh
NC=/bin/nc
SH=/bin/sh
RM=/bin/rm
KILL=/bin/kill
DOWN="0"
CAT=/bin/cat
if [ -f ./telnet.ok ]; then
$RM ./telnet.ok
fi
$CAT ./telnet.conf | while read i
do
IP=`echo $i | cut -d" " -f1`
POR