Query: svc_xprt_names
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SVC_XPRT_NAMES(9) Linux Networking SVC_XPRT_NAMES(9)NAMEsvc_xprt_names - format a buffer with a list of transport namesSYNOPSISint svc_xprt_names(struct svc_serv * serv, char * buf, const int buflen);ARGUMENTSserv pointer to an RPC service buf pointer to a buffer to be filled in buflen length of buffer to be filled inDESCRIPTIONFills in buf with a string containing a list of transport names, each name terminated with ' '. Returns positive length of the filled-in string on success; otherwise a negative errno value is returned if an error occurs.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SVC_XPRT_NAMES(9)