gateway_prot_clnt.c File Reference

#include <memory.h>
#include "gateway_prot.h"

Go to the source code of this file.

Functions

void * bamboo_dht_proc_null_2 (void *argp, CLIENT *clnt)
bamboo_statbamboo_dht_proc_put_2 (bamboo_put_args *argp, CLIENT *clnt)
bamboo_get_resbamboo_dht_proc_get_2 (bamboo_get_args *argp, CLIENT *clnt)

Variables

static struct timeval TIMEOUT = { 25, 0 }


Function Documentation

bamboo_get_res* bamboo_dht_proc_get_2 ( bamboo_get_args argp,
CLIENT *  clnt 
)

Definition at line 59 of file gateway_prot_clnt.c.

References BAMBOO_DHT_PROC_GET, TIMEOUT, xdr_bamboo_get_args(), and xdr_bamboo_get_res().

void* bamboo_dht_proc_null_2 ( void *  argp,
CLIENT *  clnt 
)

Definition at line 29 of file gateway_prot_clnt.c.

References BAMBOO_DHT_PROC_NULL, and TIMEOUT.

bamboo_stat* bamboo_dht_proc_put_2 ( bamboo_put_args argp,
CLIENT *  clnt 
)

Definition at line 44 of file gateway_prot_clnt.c.

References BAMBOO_DHT_PROC_PUT, TIMEOUT, xdr_bamboo_put_args(), and xdr_bamboo_stat().


Variable Documentation

struct timeval TIMEOUT = { 25, 0 } [static]

Definition at line 26 of file gateway_prot_clnt.c.

Referenced by bamboo_dht_proc_get_2(), bamboo_dht_proc_null_2(), and bamboo_dht_proc_put_2().


Generated on Thu Jun 7 16:56:54 2007 for DTN Reference Implementation by  doxygen 1.5.1