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

/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_bcast.c292 struct rmtcallargs barg_pmap; /* Remote arguments */ local
415 barg_pmap.prog = prog;
416 barg_pmap.vers = vers;
417 barg_pmap.proc = proc;
418 barg_pmap.args_ptr = argsp;
419 barg_pmap.xdr_args = xargs;
425 (! xdr_rmtcall_args(xdrs, &barg_pmap))) {

Completed in 34 milliseconds