1SVC_XPRT_NAMES(9) Linux Networking SVC_XPRT_NAMES(9)
2
3
4
6 svc_xprt_names - format a buffer with a list of transport names
7
9 int svc_xprt_names(struct svc_serv * serv, char * buf,
10 const int buflen);
11
13 serv
14 pointer to an RPC service
15
16 buf
17 pointer to a buffer to be filled in
18
19 buflen
20 length of buffer to be filled in
21
23 Fills in buf with a string containing a list of transport names, each
24 name terminated with ´\n´.
25
26 Returns positive length of the filled-in string on success; otherwise a
27 negative errno value is returned if an error occurs.
28
30Kernel Hackers Manual 2.6. June 2019 SVC_XPRT_NAMES(9)