代码搜索:TELNET

找到约 3,051 项符合「TELNET」的源代码

代码结果 3,051
www.eeworm.com/read/345059/11841664

c telnet.c

/* Internet Telnet client */ #include #ifdef __TURBOC__ #include #include #endif #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #i
www.eeworm.com/read/345059/11841893

h telnet.h

#ifndef _TELNET_H #define _TELNET_H #ifndef _SESSION_H #include "session.h" #endif #ifndef _SOCKADDR_H #include "sockaddr.h" #endif #define LINESIZE 256 /* Length of local editing buffer
www.eeworm.com/read/154692/11934581

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/339085/12260653

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/339051/12264855

c telnet.c

/* Internet Telnet client * Copyright 1991 Phil Karn, KA9Q */ #include #ifdef __TURBOC__ #include #include #endif #include "global.h" #include "mbuf.h" #include
www.eeworm.com/read/339051/12265094

h telnet.h

#ifndef _TELNET_H #define _TELNET_H #ifndef _SESSION_H #include "session.h" #endif #ifndef _SOCKADDR_H #include "sockaddr.h" #endif #define LINESIZE 256 /* Length of local editing buffer
www.eeworm.com/read/251646/12327347

c _telnet.c

/* $NetBSD: print-telnet.c,v 1.2 1999/10/11 12:40:12 sjg Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from so
www.eeworm.com/read/149908/12333848

c telnet.c

/* Internet Telnet client * Copyright 1991 Phil Karn, KA9Q */ #include #ifdef __TURBOC__ #include #include #endif #include "global.h" #include "mbuf.h" #include
www.eeworm.com/read/149908/12334048

h telnet.h

#ifndef _TELNET_H #define _TELNET_H #ifndef _SESSION_H #include "session.h" #endif #ifndef _SOCKADDR_H #include "sockaddr.h" #endif #define LINESIZE 256 /* Length of local editing buffer
www.eeworm.com/read/250756/12386543

c telnet.c

/* * Telnet backend. */ #include #include #include "putty.h" #ifndef FALSE #define FALSE 0 #endif #ifndef TRUE #define TRUE 1 #endif #define IAC 255