代码搜索结果

找到约 33,168 项符合 Protocol 的代码

protocol.h

/*= -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- * * librsync -- library for network deltas * $Id: protocol.h,v 1.1 2001/09/16 17:20:32 lknoll Exp $ * * Copyright (C) 1999, 2000, 2001 by M

readme

This class shows you how to implement your own network protocols and how to use them in a program. This example is part of the network module. The class Nntp implements the nntp protocol. The implem

protosw.h

/* @(#)protosw.h 1.1 92/07/30 SMI; from UCB 6.2 83/09/19 */ /* * Protocol switch table. * * Each protocol has a handle initializing one of these structures, * which is used for protoco

l3ni1.h

/* $Id: l3ni1.h,v 1.1.4.1 2001/11/20 14:19:36 kai Exp $ * * NI1 D-channel protocol * * Author Matt Henderson & Guy Ellis * Copyright by Traverse Technologies Pty Ltd, www.travers.com.au

protocol.h

/* Driver for USB Mass Storage compliant devices * Protocol Functions Header File * * $Id: protocol.h,v 1.4 2001/02/13 07:10:03 mdharm Exp $ * * Current development and maintenance by: * (c) 1

protocol.c

/* Driver for USB Mass Storage compliant devices * * $Id: protocol.c,v 1.11 2002/01/13 06:40:25 mdharm Exp $ * * Current development and maintenance by: * (c) 1999, 2000 Matthew Dharm (mdharm-u

config.in

dep_tristate ' IrCOMM protocol' CONFIG_IRCOMM $CONFIG_IRDA

config.in

dep_tristate ' IrLAN protocol' CONFIG_IRLAN $CONFIG_IRDA

config.in

if [ "$CONFIG_NETDEVICES" != "n" ]; then dep_tristate ' IrNET protocol' CONFIG_IRNET $CONFIG_IRDA $CONFIG_PPP fi

arp.h

#ifndef __ARP_H #define __ARP_H #include "eth.h" /* ARP protocol HARDWARE identifiers. */ #define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */ #define ARPHRD_ETHER 1 /* Ethernet 10Mbps */ #de