Searched refs:clnt_broadcast (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/include/rpc/
H A Dpmap_clnt.h51 * clnt_stat = clnt_broadcast(program, version, procedure,
77 extern enum clnt_stat clnt_broadcast(u_long, u_long, u_long,
/freebsd-10.3-release/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c119 (void)clnt_broadcast(BOOTPARAMPROG, BOOTPARAMVERS,
142 (void)clnt_broadcast(BOOTPARAMPROG, BOOTPARAMVERS,
/freebsd-10.3-release/usr.bin/rup/
H A Drup.c219 clnt_stat = clnt_broadcast(RSTATPROG, RSTATVERS_TIME, RSTATPROC_STATS,
/freebsd-10.3-release/usr.bin/rusers/
H A Drusers.c209 clnt_stat = clnt_broadcast(RUSERSPROG, RUSERSVERS_IDLE,
/freebsd-10.3-release/lib/libc/rpc/
H A DMakefile.inc153 rpc_soc.3 clnt_broadcast.3 \
H A Drpc_soc.c357 * All the following clnt_broadcast stuff is convulated; it supports
398 clnt_broadcast(prog, vers, proc, xargs, argsp, xresults, resultsp, eachresult) function
/freebsd-10.3-release/usr.sbin/ypbind/
H A Dypbind.c516 /* The clnt_broadcast() callback mechanism sucks. */
642 * Use the clnt_broadcast() RPC service. Unfortunately, clnt_broadcast()
647 * variable since clnt_broadcast() provides no way to pass things to
740 stat = clnt_broadcast(YPPROG, YPVERS, YPPROC_DOMAIN_NONACK,
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h165 extern enum clnt_stat clnt_broadcast(unsigned long, unsigned long, unsigned long, xdrproc_t, char *, xdrproc_t, char *, resultproc_t);
/freebsd-10.3-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dmountd.c2390 (void)clnt_broadcast(RPCPROG_MNT, RPCMNT_VER1, RPCMNT_UMNTALL,

Completed in 129 milliseconds