代码搜索:Protocol

找到约 10,000 项符合「Protocol」的源代码

代码结果 10,000
www.eeworm.com/read/135941/5876995

kconfig

config BT_BNEP tristate "BNEP protocol support" depends on BT && BT_L2CAP select CRC32 help BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet emulation layer on top of Bluetooth.
www.eeworm.com/read/131315/5935197

protocols

# # Internet (IP) protocols # # @(#)protocols 8.1 (Berkeley) 6/9/93 # ip 0 IP # internet protocol, pseudo protocol number icmp 1 ICMP # internet control message protocol igmp 2 IGMP # internet grou
www.eeworm.com/read/125140/6032722

h ether.h

/* * $Id: ETHER.H,v 1.3 2002/02/07 10:25:41 linfusheng Exp $ */ #ifndef ETHER_H #define ETHER_H /* Standard interface flags (netdevice->flags). */ #define IFF_UP 0x1 /* interface is up
www.eeworm.com/read/120158/6080164

h ether.h

/* * $Id: ETHER.H,v 1.3 2002/02/07 10:25:41 linfusheng Exp $ */ #ifndef ETHER_H #define ETHER_H /* Standard interface flags (netdevice->flags). */ #define IFF_UP 0x1 /* interface is up
www.eeworm.com/read/100601/6268505

mn manifest.mn

# # CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF # NETSCAPE COMMUNICATIONS CORPORATION # Copyright (C) 1996 Netscape Communications Corporation. All Rights # Reserved. Use of
www.eeworm.com/read/401005/11565966

kconfig

config BT_BNEP tristate "BNEP protocol support" depends on BT && BT_L2CAP select CRC32 help BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet emulation layer on top of Bluetooth.
www.eeworm.com/read/221024/14777138

html http:^^www.cs.utexas.edu^users^lam^nrl^protocol_theory.html

MIME-Version: 1.0 Server: CERN/3.0 Date: Tuesday, 07-Jan-97 15:55:01 GMT Content-Type: text/html Content-Length: 1948 Last-Modified: Tuesday, 21-Feb-95 23:18:12 GMT Protocol Theory
www.eeworm.com/read/162614/5522819

mm proto-lossage-6.mm

@class Base; @protocol _Protocol; @interface ClassA { } -(void) func1:(Base *)inTarget; @end int main() { ClassA* theA = 0; Base* myBase = 0; [theA func1:myBase]; return 0
www.eeworm.com/read/162614/5522946

m proto-lossage-6.m

/* { dg-do compile } */ @class Base; @protocol _Protocol; @interface ClassA { } -(void) func1:(Base *)inTarget; @end int main() { ClassA* theA = 0; Base* myBase = 0; [theA f
www.eeworm.com/read/176393/9500289

c get_icmp_code.c

/* 文件名字:get_icmp_code.c */ #include "pcap.h" /* ----------------------------------------------------------------------------------------------------------------------- 下面是以太网协议格式的定义 -------------