Home
last modified time | relevance | path

Searched refs:rpcb_service_4 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/rpcbind/
H A Drpcbind.h136 void rpcb_service_4(struct svc_req *, SVCXPRT *xprt);
H A Drpcb_svc_4.c57 rpcb_service_4(struct svc_req *rqstp, SVCXPRT *transp) in rpcb_service_4() function
H A Drpcbind.c697 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS4, rpcb_service_4, NULL)) { in init_transport()