'\" t .\" Title: svc_xprt_names .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: Linux Networking .\" Source: Kernel Hackers Manual 4.11.6 .\" Language: English .\" .TH "SVC_XPRT_NAMES" "9" "July 2017" "Kernel Hackers Manual 4\&.11\&" "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 \fIstruct svc_serv * serv\fR .RS 4 pointer to an RPC service .RE .PP \fIchar * buf\fR .RS 4 pointer to a buffer to be filled in .RE .PP \fIconst int buflen\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