Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpcbind/
H A Drpcbind.h104 void rpcb_service_4(struct svc_req *, SVCXPRT *);
H A Drpcb_svc_4.c66 rpcb_service_4(struct svc_req *rqstp, SVCXPRT *transp) in rpcb_service_4() function
H A Drpcbind.c638 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS4, rpcb_service_4, NULL)) { in init_transport()