'\" t .\" Title: svc_xprt_names .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Linux Networking .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "SVC_XPRT_NAMES" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "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" svc_xprt_names \- format a buffer with a list of transport names .SH "SYNOPSIS" .HP \w'int\ svc_xprt_names('u .BI "int svc_xprt_names(struct\ svc_serv\ *\ " "serv" ", char\ *\ " "buf" ", const\ int\ " "buflen" ");" .SH "ARGUMENTS" .PP \fIserv\fR .RS 4 pointer to an RPC service .RE .PP \fIbuf\fR .RS 4 pointer to a buffer to be filled in .RE .PP \fIbuflen\fR .RS 4 length of buffer to be filled in .RE .SH "DESCRIPTION" .PP Fills in \fIbuf\fR with a string containing a list of transport names, each name terminated with \*(Aq\en\*(Aq\&. .PP Returns positive length of the filled\-in string on success; otherwise a negative errno value is returned if an error occurs\&. .SH "COPYRIGHT" .br