'\" t .\" Title: rpc_clone_client_set_auth .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Linux Networking .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "RPC_CLONE_CLIENT_SET" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Linux Networking" .\" ----------------------------------------------------------------- .\" * 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" rpc_clone_client_set_auth \- Clone an RPC client structure and set its auth .SH "SYNOPSIS" .HP \w'struct\ rpc_clnt\ *\ rpc_clone_client_set_auth('u .BI "struct rpc_clnt * rpc_clone_client_set_auth(struct\ rpc_clnt\ *\ " "clnt" ", rpc_authflavor_t\ " "flavor" ");" .SH "ARGUMENTS" .PP \fIclnt\fR .RS 4 RPC client whose parameters are copied .RE .PP \fIflavor\fR .RS 4 security flavor for new client .RE .SH "DESCRIPTION" .PP Returns a fresh RPC client or an ERR_PTR\&. .SH "COPYRIGHT" .br