Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpcbind/
H A Drpcbind.h103 void rpcb_service_3(struct svc_req *, SVCXPRT *);
H A Drpcb_svc.c65 rpcb_service_3(struct svc_req *rqstp, SVCXPRT *transp) in rpcb_service_3() function
H A Drpcbind.c630 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS, rpcb_service_3, NULL)) { in init_transport()