Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.h135 void rpcb_service_3(struct svc_req *, SVCXPRT *xprt);
H A Drpcb_svc.c64 rpcb_service_3(struct svc_req *rqstp, SVCXPRT *transp) in rpcb_service_3() function
H A Drpcbind.c689 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS, rpcb_service_3, NULL)) { in init_transport()