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

/freebsd-12-stable/include/rpc/
H A Dpmap_clnt.h53 * clnt_stat = clnt_broadcast(program, version, procedure,
79 extern enum clnt_stat clnt_broadcast(u_long, u_long, u_long,
/freebsd-12-stable/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c110 (void)clnt_broadcast(BOOTPARAMPROG, BOOTPARAMVERS,
133 (void)clnt_broadcast(BOOTPARAMPROG, BOOTPARAMVERS,
/freebsd-12-stable/usr.bin/rup/
H A Drup.c209 clnt_stat = clnt_broadcast(RSTATPROG, RSTATVERS_TIME, RSTATPROC_STATS,
/freebsd-12-stable/usr.bin/rusers/
H A Drusers.c211 clnt_stat = clnt_broadcast(RUSERSPROG, RUSERSVERS_IDLE,
/freebsd-12-stable/lib/libc/rpc/
H A DMakefile.inc154 rpc_soc.3 clnt_broadcast.3 \
H A Drpc_soc.c318 * All the following clnt_broadcast stuff is convulated; it supports
361 clnt_broadcast(u_long prog, u_long vers, u_long proc, xdrproc_t xargs, function
/freebsd-12-stable/usr.sbin/ypbind/
H A Dypbind.c530 /* The clnt_broadcast() callback mechanism sucks. */
655 * Use the clnt_broadcast() RPC service. Unfortunately, clnt_broadcast()
660 * variable since clnt_broadcast() provides no way to pass things to
753 stat = clnt_broadcast(YPPROG, YPVERS, YPPROC_DOMAIN_NONACK,
/freebsd-12-stable/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);

Completed in 138 milliseconds