代码搜索结果
找到约 10,000 项符合
Protocol 的代码
p2protocol.c
/*
* Copyright (c) 2003-2005 Thomer M. Gil (thomer@csail.mit.edu)
* Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtain
ip_nat_protocol.h
/* Header for use in defining a given protocol. */
#ifndef _IP_NAT_PROTOCOL_H
#define _IP_NAT_PROTOCOL_H
#include
#include
struct iphdr;
struct ip_nat_range;
struct ip_
ip_conntrack_protocol.h
/* Header for use in defining a given protocol for connection tracking. */
#ifndef _IP_CONNTRACK_PROTOCOL_H
#define _IP_CONNTRACK_PROTOCOL_H
#include
struct ip_c
i2c-protocol
This document describes the i2c protocol. Or will, when it is finished :-)
Key to symbols
==============
S (1 bit) : Start bit
P (1 bit) : Stop bit
Rd/Wr (1 bit) : Read/Write bit. Rd equals
formal_protocol-6.m
/* Contributed by Nicola Pero - Fri Mar 9 21:35:47 CET 2001 */
#include
#include
/* Test defining a protocol, and accessing it using @protocol */
@protocol Evaluatin
formal_protocol-2.m
/* Contributed by Nicola Pero - Fri Mar 9 21:35:47 CET 2001 */
#include
#include
/* Test defining a protocol, a class adopting it, and using an object
of type `id
formal_protocol-1.m
/* Contributed by Nicola Pero - Fri Mar 9 21:35:47 CET 2001 */
#include
#include
/* Tests defining a protocol and a class adopting it */
@protocol Enabling
- (BOOL) is
formal_protocol-5.m
/* Contributed by Nicola Pero - Fri Mar 9 21:35:47 CET 2001 */
#include
#include
/* Test defining a protocol, and accessing it using @protocol */
@protocol Evaluatin
formal_protocol-6.x
set torture_execute_xfail "*-*-*"
return 0
formal_protocol-4.m
/* Contributed by Nicola Pero - Fri Mar 9 21:35:47 CET 2001 */
#include
#include
/* Test defining a protocol, a class adopting it in a category */
@protocol Evaluating