代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/142865/12912432
cpp telnet.cpp
// Implementation of the Telnet class
#include "telnet.h"
#include "Socket.h"
#include "SocketException.h"
typedef void(*LPCODEPROC) (char*);
typedef void(*LPOPTIONPROC) (const Telnet &,_verb
www.eeworm.com/read/142865/12912443
h telnet.h
// Definition of the Telnet class
#ifndef Telnet_class
#define Telnet_class
#include "Socket.h"
enum _verb
{
verb_sb = 250,
verb_will = 251,
verb_wont = 252,
verb_do = 253,
www.eeworm.com/read/242534/13001371
c telnet.c
/* telnet.c -- basic telnet protocol handling for ttywatch
*
* Copyright
www.eeworm.com/read/242534/13001395
o telnet.o
www.eeworm.com/read/242534/13001545
h telnet.h
/* telnet.h -- basic telnet protocol handling for ttywatch
*
* Copyright
www.eeworm.com/read/242191/13089177
c telnet.c
/* $OpenBSD: telnet.c,v 1.11 2000/11/10 15:33:13 provos millert Exp $ */
/* $NetBSD: telnet.c,v 1.7 1996/02/28 21:04:15 thorpej Exp $ */
/*
* Copyright (c) 1988, 1990, 1993
* The Regents of the Uni
www.eeworm.com/read/242191/13089226
1 telnet.1
.\" $OpenBSD: telnet.1,v 1.27 2000/11/09 17:52:41 aaron Exp $
.\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
.\" The Regents of the University of
www.eeworm.com/read/140015/13114228
state telnet.state
Three pieces of state need to be kept for each side of each option.
(You need the localside, sending WILL/WONT & receiving DO/DONT, and
the remoteside, sending DO/DONT and receiving WILL/WON
www.eeworm.com/read/140015/13114235
h telnet.h
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted provided
* that: (1) source distributio
www.eeworm.com/read/140015/13114259
c telnet.c
/*
* Copyright (c) 1988, 1990 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted provided
* that: (1) source distr