'\" t
.\"     Title: probe::sunrpc.clnt.create_client
.\"    Author: 
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\"      Date: April 2024
.\"    Manual: Networking Tapset
.\"    Source: SystemTap Tapset Reference
.\"  Language: English
.\"
.TH "PROBE::SUNRPC\&.CLNT" "3stap" "April 2024" "SystemTap Tapset Reference" "Networking Tapset"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
probe::sunrpc.clnt.create_client \- Create an RPC client
.SH "SYNOPSIS"
.sp
.nf
sunrpc\&.clnt\&.create_client 
.fi
.SH "VALUES"
.PP
\fIport\fR
.RS 4
the port number
.RE
.PP
\fIauthflavor\fR
.RS 4
the authentication flavor
.RE
.PP
\fIvers\fR
.RS 4
the RPC program version number
.RE
.PP
\fIprot\fR
.RS 4
the IP protocol number
.RE
.PP
\fIprogname\fR
.RS 4
the RPC program name
.RE
.PP
\fIservername\fR
.RS 4
the server machine name
.RE
.PP
\fIprog\fR
.RS 4
the RPC program number
.RE
.SH SEE ALSO\n 
.IR tapset::rpc (3stap)