ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <wintirpc.h>
#include <sys/types.h>
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <rpc/rpc.h>
#include <rpc/pmap_prot.h>
#include <rpc/pmap_clnt.h>
#include <rpc/pmap_rmt.h>
Go to the source code of this file.
Functions | |
enum clnt_stat | pmap_rmtcall (struct sockaddr_in *addr, u_long prog, u_long vers, u_long proc, xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, struct timeval tout, u_long *port_ptr) |
bool_t | xdr_rmtcall_args (XDR *xdrs, struct rmtcallargs *cap) |
bool_t | xdr_rmtcallres (XDR *xdrs, struct rmtcallres *crp) |
Variables | |
static const struct timeval | timeout = { 3, 0 } |
enum clnt_stat pmap_rmtcall | ( | struct sockaddr_in * | addr, |
u_long | prog, | ||
u_long | vers, | ||
u_long | proc, | ||
xdrproc_t | xdrargs, | ||
caddr_t | argsp, | ||
xdrproc_t | xdrres, | ||
caddr_t | resp, | ||
struct timeval | tout, | ||
u_long * | port_ptr | ||
) |
Definition at line 73 of file pmap_rmt.c.
bool_t xdr_rmtcall_args | ( | XDR * | xdrs, |
struct rmtcallargs * | cap | ||
) |
Definition at line 119 of file pmap_rmt.c.
Referenced by rpc_broadcast_exp().
bool_t xdr_rmtcallres | ( | XDR * | xdrs, |
struct rmtcallres * | crp | ||
) |
Definition at line 153 of file pmap_rmt.c.
Referenced by rpc_broadcast_exp().