代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/212047/15167615
changelog
Mon Sep 3 10:32:01 2001 Brian Gough
* mt.c (mt_1998_set): renamed macro to avoid duplicate definition
Fri Aug 31 17:49:37 2001 Brian Gough
www.eeworm.com/read/212047/15167667
changelog
Wed Oct 31 18:42:10 2001 Brian Gough
* qr.c (qr_companion): increased maximum number of iterations from
30 to 60
Thu Jun 28 11:24:51 2001 Brian Gough
www.eeworm.com/read/211650/15176042
plg myping.plg
Build Log
--------------------Configuration: MyPing - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI
www.eeworm.com/read/210569/15196138
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/210569/15196149
c ttylink.c
/* Internet TTY "link" (keyboard chat) server
*
*/
#include
#include "global.h"
#include "mbuf.h"
#include "socket.h"
#include "telnet.h"
#include "session.h"
#include "proc.h"
www.eeworm.com/read/210569/15196211
c lterm.c
/* Support local term on com port */
#include
#include "global.h"
#include "internet.h"
#include "netuser.h"
#include "socket.h"
#include "session.h"
#include "n8250.h"
#include "asy
www.eeworm.com/read/210569/15196295
c finger.c
/* Internet finger client
*/
#include
#include
#include "global.h"
#include "mbuf.h"
#include "socket.h"
#include "session.h"
#include "proc.h"
#include "netuser.h"
#in
www.eeworm.com/read/210569/15196325
c smisc.c
/* Miscellaneous Internet servers: discard, echo and remote
*/
#include
#include "global.h"
#include "mbuf.h"
#include "socket.h"
#include "proc.h"
#include "remote.h"
#include "smt
www.eeworm.com/read/210569/15196329
c tipmail.c
/* "Dumb terminal" mailbox interface
*/
#include "global.h"
#include "mbuf.h"
#include "timer.h"
#include "proc.h"
#include "iface.h"
#ifndef UNIX
#include "n8250.h"
#endif
#include "asy.h"
www.eeworm.com/read/210569/15196351
c icmpmsg.c
/* ICMP message type tables
*/
#include "global.h"
/* ICMP message types */
char *Icmptypes[] = {
"Echo Reply",
NULL,
NULL,
"Unreachable",
"Source Quench",
"Redirect",
NULL,
N