svc_simple.c | 73 static void universal(struct svc_req *, SVCXPRT *); 199 if (!svc_reg(svcxprt, prognum, versnum, universal, nconf)) { 247 * The universal handler for the services registered using registerrpc. 252 universal(struct svc_req *rqstp, SVCXPRT *transp) function in typeref:typename:void
|