Coda Distributed File System
Functions | Variables
test.c File Reference
#include "test.h"
Include dependency graph for test.c:

Functions

int main (int argc, char *argv[])
 
int test_proc1 (RPC2_Handle cid, int n)
 
int test_proc2 (RPC2_Handle cid, char *s, int *n)
 
int test_proc3 (RPC2_Handle cid, RPC2_BoundedBS *bbs, color *c, RPC2_String s, RPC2_CountedBS *bs)
 
int test_proc4 (RPC2_Handle cid, garbage *g1, garbage *g2, garbage *g3)
 
int RPC2_AllocBuffer (int size, RPC2_PacketBuffer **buff)
 
int RPC2_FreeBuffer (RPC2_PacketBuffer **buff)
 
int RPC2_MakeRPC (RPC2_Handle cid, RPC2_PacketBuffer *req, int bd, RPC2_PacketBuffer **rsp, int life, int options)
 
int RPC2_SendResponse (RPC2_Handle cid, RPC2_PacketBuffer *rsp, int bd, int life)
 

Variables

RPC2_PacketBufferanswer
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ RPC2_AllocBuffer()

int RPC2_AllocBuffer ( int  size,
RPC2_PacketBuffer **  buff 
)

◆ RPC2_FreeBuffer()

int RPC2_FreeBuffer ( RPC2_PacketBuffer **  buff)

◆ RPC2_MakeRPC()

int RPC2_MakeRPC ( RPC2_Handle  cid,
RPC2_PacketBuffer req,
int  bd,
RPC2_PacketBuffer **  rsp,
int  life,
int  options 
)

◆ RPC2_SendResponse()

int RPC2_SendResponse ( RPC2_Handle  cid,
RPC2_PacketBuffer rsp,
int  bd,
int  life 
)

◆ test_proc1()

int test_proc1 ( RPC2_Handle  cid,
int  n 
)

◆ test_proc2()

int test_proc2 ( RPC2_Handle  cid,
char *  s,
int *  n 
)

◆ test_proc3()

int test_proc3 ( RPC2_Handle  cid,
RPC2_BoundedBS bbs,
color *  c,
RPC2_String  s,
RPC2_CountedBS bs 
)

◆ test_proc4()

int test_proc4 ( RPC2_Handle  cid,
garbage *  g1,
garbage *  g2,
garbage *  g3 
)

Variable Documentation

◆ answer