svc_register
extern bool_t svc_register(SVCXPRT *, rpcprog_t, rpcvers_t,
ret = svc_register(conn->transp, ba->rpc_svc_data.prognum,
if (!svc_register(transp, prognum, versnum, universal, IPPROTO_UDP)) {
if (!svc_register(transp, RPC_TEST_PROG, RPC_TEST_VERS_1,
extern bool_t svc_register(SVCXPRT *, u_long, u_long,
if (!svc_register(transp, BOOTPARAMPROG, BOOTPARAMVERS, bootparamprog_1, IPPROTO_UDP))
if (!svc_register(udptransp, RPCPROG_NFSUSERD, RPCNFSUSERD_VERS,
if (!svc_register(transp, SM_PROG, SM_VERS,
if (!svc_register(transp, YPU_PROG, YPU_VERS, ypu_prog_1, proto)) {
if (!svc_register(transp, YPU_PROG, YPU_VERS, ypu_prog_1, proto)) {
if (!svc_register(transp, YPXFRD_FREEBSD_PROG, YPXFRD_FREEBSD_VERS, ypxfrd_freebsd_prog_1, proto)) {
if (!svc_register(transp, YPXFRD_FREEBSD_PROG, YPXFRD_FREEBSD_VERS, ypxfrd_freebsd_prog_1, proto)) {
if (!svc_register(my_xprt, PMAPPROG, PMAPVERS,
if (!svc_register(udptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2,
if (!svc_register(tcptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2,
if (!svc_register(yp->yp_trans_udp, YPPROG, YPVERS,
if (!svc_register(yp->yp_trans_tcp, YPPROG, YPVERS,
if (svc_register(xprt, prognum, 1,