代码搜索结果
找到约 10,000 项符合
Protocol 的代码
syscall.h
/* this struct defines the way the registers are stored on the
stack during a system call. */
struct target_pt_regs {
/* Saved main processor registers. */
abi_ulong regs[32];
/* Saved specia
io.h
/*
* Copyright (C) 2007-2008 Wayne Davison
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr
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 }
ippacket.java
package jpcap;
/**
* IP僷働僢僩傪昞尰偡傞僋儔僗偱偡丅
* v4/v6偺椉曽傪庢傝埖偆偙偲偑弌棃傑偡丅
*/
public class IPPacket extends Packet
{
/**
* IP偺僶乕僕儑儞 (v4/v6)
*/
public byte versi
xrl_mld6igmp_node.hh
// -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*-
// Copyright (c) 2001-2008 XORP, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this sof
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 av
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
proto_chk.tb
--------------------------------------------------------------------------------
--
-- File : proto_chk.tb
-- Last Modification: May/13/2002
--
-- Created In SpDE Version: SpDE 9.3
-- Author : R
broken-pipe.sh
# $OpenBSD: broken-pipe.sh,v 1.4 2002/03/15 13:08:56 markus Exp $
# Placed in the Public Domain.
tid="broken pipe test"
for p in 1 2; do
trace "protocol $p"
for i in 1 2 3 4; do
${SSH} -$p -F $O