1. NAME

svc_xprt_names - format a buffer with a list of transport names

2. SYNOPSIS

int svc_xprt_names(struct svc_serv *  serv , char *  buf , const int  buflen );

3. ARGUMENTS

serv
    pointer to an RPC service

buf
    pointer to a buffer to be filled in

buflen
    length of buffer to be filled in

4. DESCRIPTION

Fills in buf with a string containing a list of transport names, each name terminated with Aq\nAq.

Returns positive length of the filled-in string on success; otherwise a negative errno value is returned if an error occurs.

5. COPYRIGHT