代码搜索:Prot
找到约 2,417 项符合「Prot」的源代码
代码结果 2,417
www.eeworm.com/read/337834/12338930
x transport_prot.x
%#include "bigint.h"
%#include "chord_types.h"
enum rpcstat {
DORPC_OK = 0,
DORPC_MARSHALLERR = 1,
DORPC_UNKNOWNNODE = 2,
DORPC_NOHANDLER = 3
};
struct dorpc_arg {
chord_node_wire dest;
www.eeworm.com/read/337834/12338944
x fingers_prot.x
%#include "chord_prot.h"
program FINGERS_PROGRAM {
version FINGERS_VERSION {
void
FINGERSPROC_NULL (void) = 0;
chord_nodelistres
FINGERSPROC_GETFINGERS (chordID) = 1;
chor
www.eeworm.com/read/337834/12338949
x dhash_prot.x
%#include
%#include
typedef int32_t dhash_hopcount;
enum store_status {
DHASH_STORE = 0,
DHASH_CACHE = 1,
DHASH_FRAGMENT = 2,
DHASH_REPLICA = 3,
DHASH_NOENT
www.eeworm.com/read/337834/12338961
x maint_prot.x
%# include
%# include
enum maint_status {
MAINTPROC_OK = 0,
MAINTPROC_ERR = 1
};
/* {{{ MAINTPROC_SETMAINT */
struct maint_setmaintarg {
bool enable; /* dis
www.eeworm.com/read/148696/12441502
cpp prot_bas.cpp
#include
class base
{
protected:
int i, j;
public:
void setij(int a, int b)
{
i=a;
j=b;
}
void showij(void) {cout
www.eeworm.com/read/232614/14188328
h pmap_prot.h
/* $OpenBSD: pmap_prot.h,v 1.3 1998/02/10 06:25:32 deraadt Exp $ */
/* $NetBSD: pmap_prot.h,v 1.4 1994/10/26 00:57:00 cgd Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided
www.eeworm.com/read/128628/14286996
cpp prot_bas.cpp
#include
class base
{
protected:
int i, j;
public:
void setij(int a, int b)
{
i=a;
j=b;
}
void showij(void) {cout
www.eeworm.com/read/227863/14407994
txt prot-eng.txt
Original ipmsg protocol specification is written in Japanese.
This document was translated by Mr.Kanazawa.
This document is not verified yet.
-----------------------------------------------------
www.eeworm.com/read/125879/14456774
sym ip-prot.sym
0 ip
1 icmp
2 igmp
3 ggp
4 ipencap
5 st2
6 tcp
7 cbt
8 egp
9 igp
10 bbn-rcc
11 nvp
12 pup
13 argus
14 emcon
15 xnet
16 chaos
17 udp
18 mux
19 dcn
20 hmp
21 prm
22 xns-idp
23 trunk-1
24 trunk-2
25 leaf
www.eeworm.com/read/225504/14537298