代码搜索结果
找到约 10,000 项符合
Protocol 的代码
protocol.c
//--------------------------------------------------------------------------
//
// Filename: protocol.c
//
//! \file
//!
//! Collection of protocol and bind prototypes.
//!
//------------
protocol.cod
; Listing generated by Microsoft (R) Optimizing Compiler Version 13.00.9178
TITLE .\protocol.c
.386P
include listing.inc
if @Version gt 510
.model FLAT
else
_TEXT SEGMENT PARA USE32 PUBLIC
protocol.c
/*++
Copyright(c) 1992-2000 Microsoft Corporation
Module Name:
protocol.c
Abstract:
Ndis Intermediate Miniport driver sample. This is a passthru driver.
Author:
Environme
protocol.c
/*++
Companion Sample Code for the Article
"Extending the Microsoft PassThru NDIS Intermediate Driver"
Portions Copyright (c) 1992-2000 Microsoft Corporation; used by p
protocol.c
/*++
Companion Sample Code for the Article
"Extending the Microsoft PassThru NDIS Intermediate Driver"
Portions Copyright (c) 1992-2000 Microsoft Corporation; used by p
protocol.java
package org.jetic.web.chat;
/**
* Title: 经天网络
* Description:
* Copyright: Copyright (c) 2000
* Company: www.jetic.com 经天
* @author hover
* @version 1.0
*/
public class
protocol.pm
# $Id: Protocol.pm,v 1.31 1998/01/06 09:58:38 aas Exp $
package LWP::Protocol;
=head1 NAME
LWP::Protocol - Base class for LWP protocols
=head1 SYNOPSIS
package LWP::Protocol::foo;
re
protocol.h
/* Declare the class Protocol for Objective C programs.
Copyright (C) 1993 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modi
protocol.c
/* protocol.c
* linqianghe@163.com
* 2006-09-05
*/
#include "af_inet.h"
#include "protocol.h"
static DEFINE_SPINLOCK(myinet_proto_lock);
int myinet_add_protocol( struct net_protocol *prot, unsig
protocol.h
/* protocol.h
* linqianghe@163.com
* 2006-09-04
*/
#ifndef INCLUDED_PROTOCOL_H
#define INCLUDED_PROTOCOL_H
#include
extern struct net_protocol *myinet_protos[MAX_INET_PROTOS];