Symbol: svc_register
crypto/krb5/src/include/gssrpc/svc.h
198
extern bool_t svc_register(SVCXPRT *, rpcprog_t, rpcvers_t,
crypto/krb5/src/lib/apputils/net-server.c
896
ret = svc_register(conn->transp, ba->rpc_svc_data.prognum,
crypto/krb5/src/lib/rpc/svc_simple.c
84
if (!svc_register(transp, prognum, versnum, universal, IPPROTO_UDP)) {
crypto/krb5/src/lib/rpc/unit-test/server.c
116
if (!svc_register(transp, RPC_TEST_PROG, RPC_TEST_VERS_1,
include/rpc/svc_soc.h
67
extern bool_t svc_register(SVCXPRT *, u_long, u_long,
usr.sbin/bootparamd/bootparamd/main.c
103
if (!svc_register(transp, BOOTPARAMPROG, BOOTPARAMVERS, bootparamprog_1, IPPROTO_UDP))
usr.sbin/nfsuserd/nfsuserd.c
316
if (!svc_register(udptransp, RPCPROG_NFSUSERD, RPCNFSUSERD_VERS,
usr.sbin/rpc.statd/statd.c
564
if (!svc_register(transp, SM_PROG, SM_VERS,
usr.sbin/rpc.ypupdated/ypupdated_main.c
248
if (!svc_register(transp, YPU_PROG, YPU_VERS, ypu_prog_1, proto)) {
usr.sbin/rpc.ypupdated/ypupdated_main.c
262
if (!svc_register(transp, YPU_PROG, YPU_VERS, ypu_prog_1, proto)) {
usr.sbin/rpc.ypxfrd/ypxfrd_main.c
264
if (!svc_register(transp, YPXFRD_FREEBSD_PROG, YPXFRD_FREEBSD_VERS, ypxfrd_freebsd_prog_1, proto)) {
usr.sbin/rpc.ypxfrd/ypxfrd_main.c
278
if (!svc_register(transp, YPXFRD_FREEBSD_PROG, YPXFRD_FREEBSD_VERS, ypxfrd_freebsd_prog_1, proto)) {
usr.sbin/rpcbind/rpcbind.c
581
if (!svc_register(my_xprt, PMAPPROG, PMAPVERS,
usr.sbin/ypbind/ypbind.c
447
if (!svc_register(udptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2,
usr.sbin/ypbind/ypbind.c
455
if (!svc_register(tcptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2,
usr.sbin/ypldap/yp.c
123
if (!svc_register(yp->yp_trans_udp, YPPROG, YPVERS,
usr.sbin/ypldap/yp.c
127
if (!svc_register(yp->yp_trans_tcp, YPPROG, YPVERS,
usr.sbin/yppush/yppush_main.c
388
if (svc_register(xprt, prognum, 1,