代码搜索结果
找到约 10,000 项符合
Protocol 的代码
custprop.h
// ----------------------------------------------------------------------------
// This file should only be included into 'props.h'
// ---------------------------------------------------------------
messageprotocolconstants.h
/* Copyright (c) 2002, Nokia Mobile Phones. All rights reserved */
#ifndef __CMESSAGE_PROTOCOL_CONSTANTS__
#define __CMESSAGE_PROTOCOL_CONSTANTS__
#include
#include
s
protocolapi.h
#ifndef __PROTOCOL_API_H__
#define __PROTOCOL_API_H__
typedef enum _tagFlag
{
F_YES = 0x01, //终端在显示信息前清屏
F_NO = 0x00, //终端在显示信息前不清屏
F_PASS = 0x02, //指示终端:网关接着要接收的数据是口令(或其它
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
if_fc.h
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user leve
dn.h
#ifndef _LINUX_DN_H
#define _LINUX_DN_H
/*
DECnet Data Structures and Constants
*/
/*
* DNPROTO_NSP can't be the same as SOL_SOCKET,
* so increment each by one (compared to ULTRIX)
*/
#defin
icmp.h
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user l
timtransport.java
package jgroup;
import java.util.Map;
import java.util.Properties;
import org.jgroups.Address;
import org.jgroups.JChannel;
import org.jgroups.Message;
import org.jgroups.ReceiverAdapter;
imp
socketfile.c
/**
* Socket Device Filesystem Driver
*
* @file socketfile.c
* @author