代码搜索:TELNET

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

代码结果 3,051
www.eeworm.com/read/106480/6350141

opt telnet.opt

www.eeworm.com/read/106480/6350142

dsp telnet.dsp

# Microsoft Developer Studio Project File - Name="telnet" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dy
www.eeworm.com/read/124923/6356677

c telnet.c

#include #include #include "telnet.h" static struct telnet_cmd * find_cmd(struct telnet_cmd *array, unsigned char option) { int i; for (i=0; array[i].option != 255; i
www.eeworm.com/read/124923/6356686

h telnet.h

#ifndef _SER2NET_TELNET_H #define _SER2NET_TELNET_H /* Telnet commands */ #define TN_BREAK 243 #define TN_WILL 251 #define TN_WONT 252 #define TN_DO 253 #define TN_DONT 254 #define TN_IAC 255 #def
www.eeworm.com/read/488200/6497723

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/488200/6497810

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/478934/6708214

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/478934/6708284

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/410380/11288777

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/410380/11289286

c telnet.c

/* * Copyright (c) 1988, 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are