RPC_CREATE_CLIENT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

rpc_create_client -  

SYNOPSIS

"SYNOPSIS"

struct rpc_clnt * rpc_create_client (struct rpc_xprt * xprt, char * servname, struct rpc_program * info, u32 version, rpc_authflavor_t authflavor);  

ARGUMENTS

xprt
-- undescribed --
servname
-- undescribed --
info
-- undescribed --
version
-- undescribed --
authflavor
-- undescribed --
 

DESCRIPTION

xprt - pointer to xprt struct servname - name of server info - rpc_program version - rpc_program version authflavor - rpc_auth flavour to use

Creates an RPC client structure, then pings the server in order to determine if it is up, and if it supports this program and version.

This function should never be called by asynchronous tasks such as the portmapper.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:43 GMT, October 09, 2005