universal
static void universal(struct svc_req *, SVCXPRT *);
if (!svc_register(transp, prognum, versnum, universal, IPPROTO_UDP)) {
if (!svc_reg(svcxprt, prognum, versnum, universal, nconf)) {
static void universal(struct svc_req *, SVCXPRT *);