代码搜索结果
找到约 33,168 项符合
Protocol 的代码
protocol.c
/*++
Copyright(c) 1992 Microsoft Corporation
Module Name:
protocol.c
Abstract:
Ndis Intermediate Miniport driver sample. This is a passthru driver.
Author:
Environment:
Re
protocol.h
// protocol.h
// 仙剑修,2002.10.23
//////////////////////////////////////////////////////////////////////
#ifndef PROTOCOL_H
#define PROTOCOL_H
#include
#ifdef MAPGROUP_KERNEL
#incl
protocol.h
// protocol.h
// 仙剑修,2002.10.23
//////////////////////////////////////////////////////////////////////
#ifndef PROTOCOL_H
#define PROTOCOL_H
#include
#ifdef MAPGROUP_KERNEL
#incl
protocol.h
// protocol.h
// 仙剑修,2002.10.23
//////////////////////////////////////////////////////////////////////
#ifndef PROTOCOL_H
#define PROTOCOL_H
#include
#include "define.h"
#ifdef M
protocol.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
protocol.c
/*
* 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
.protocol.o.cmd
cmd_drivers/usb/storage/protocol.o := /usr/local/arm/3.3.2/bin/arm-linux-gcc -Wp,-MD,drivers/usb/storage/.protocol.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes
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.14 2002/04/22 03:39:43 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1999-2002 Matthew Dharm (mdharm-us
protocol.m
@protocol Foo
- (void)foo;
@end
@interface Foo_c
{
}
- (void)foo;
@end
@implementation Foo_c
- (void)foo
{
}
@end
int main (void)
{
return 0;
}