Lines Matching refs:xprt
91 * xprt_register(xprt)
92 * SVCXPRT *xprt;
99 * xprt_unregister(xprt)
100 * SVCXPRT *xprt;
107 * svc_register_with_plugger(xprt, prog, vers, dispatch, protocol)
108 * SVCXPRT *xprt;
122 * svc_register(xprt, prog, vers, dispatch, protocol)
123 * SVCXPRT *xprt;
133 extern void svc_destroy(SVCXPRT *xprt);
138 * svc_unregister(xprt, prog, vers)
139 * SVCXPRT *xprt
195 extern bool_t svc_sendreply (SVCXPRT *xprt, xdrproc_t __xdr_results,