Searched refs:ypdispatch (Results 1 – 1 of 1) sorted by relevance
95 static void ypdispatch(struct svc_req *rqstp, SVCXPRT *transp);314 if (!svc_reg(service[i].xprt, YPPROG, YPVERS, ypdispatch, in ypinit()377 if (!svc_create(ypdispatch, YPPROG, YPVERS, "circuit_n")) { in ypinit()470 ypdispatch(struct svc_req *rqstp, SVCXPRT *transp) in ypdispatch() function