代码搜索结果
找到约 10,000 项符合
Protocol 的代码
packet.h
#ifndef PACKET_H
#define PACKET_H
extern "C"
{
#include "ntddk.h"
#ifndef dprintf
#define dprintf KdPrint
#endif
}
#include "ndis.h"
//
// Ethernet header
//
typedef struct
makefile
CFLAGS=-D_POSIX_SOURCE
OBJ = sim.o worker.o p2.o p3.o p4.o p5.o p6.o
CC=gcc
all: $(OBJ)
$(CC) -o sim $(OBJ)
clean:
rm -f *.o *.bak sim
sim.o: common.h protocol.h
worker.o: common.h protocol.h
p2
common.h
/* Data structures. */
typedef enum {frame_arrival, cksum_err, timeout, network_layer_ready, ack_timeout} event_type;
#include "protocol.h"
typedef unsigned long bigint; /* bigint integer type availa
test1.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
test1_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
rfc38.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:王翌(mcsewang mcsewang@21cn.com)
译文发布时间:2001-6-10
版权:本中文翻译
rfc865.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:顾国飞(ggfei ggfei@263.net )
译文发布时间:2001-4-8
版权:本中文翻译文档版权归
pr_train_ears.h
#ifndef Pr_TrainEars_h
#define Pr_TrainEars_h
#pragma interface
#include "protocol.h"
class TrainEarsProtocol : public Protocol
{
public:
explicit TrainEarsProtocol (int i, char** p);
virtual ~T
ctcmain.h
/*
* $Id: ctcmain.h,v 1.4 2005/03/24 09:04:17 mschwide Exp $
*
* CTC / ESCON network driver
*
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Fritz Elfert (el
capiutil.h
/* $Id: capiutil.h,v 1.5.6.2 2001/09/23 22:24:33 kai Exp $
*
* CAPI 2.0 defines & types
*
* From CAPI 2.0 Development Kit AVM 1995 (msg.c)
* Rewritten for Linux 1996 by Carsten Paeth