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

/freebsd-13-stable/sys/rpc/
H A Drpcb_prot.h79 * RPCBPROC_CALLIT(rpcb_rmtcallargs)
103 * RPCBPROC_BCAST(rpcb_rmtcallargs)
115 * RPCBPROC_INDIRECT(rpcb_rmtcallargs)
188 struct rpcb_rmtcallargs { struct
197 typedef struct rpcb_rmtcallargs rpcb_rmtcallargs; typedef in typeref:struct:rpcb_rmtcallargs
200 * Client-side only representation of rpcb_rmtcallargs structure.
202 * The routine that XDRs the rpcb_rmtcallargs structure must deal with the
383 struct rpcb_rmtcallargs { struct
391 typedef struct rpcb_rmtcallargs rpcb_rmtcallarg typedef in typeref:struct:rpcb_rmtcallargs
[all...]
/freebsd-13-stable/include/rpc/
H A Drpcb_prot.x72 % * RPCBPROC_CALLIT(rpcb_rmtcallargs)
96 % * RPCBPROC_BCAST(rpcb_rmtcallargs)
108 % * RPCBPROC_INDIRECT(rpcb_rmtcallargs)
183 struct rpcb_rmtcallargs {
192 % * Client-side only representation of rpcb_rmtcallargs structure.
194 % * The routine that XDRs the rpcb_rmtcallargs structure must deal with the
352 RPCBPROC_CALLIT(rpcb_rmtcallargs) = 5;
384 RPCBPROC_BCAST(rpcb_rmtcallargs) = RPCBPROC_CALLIT;
399 RPCBPROC_INDIRECT(rpcb_rmtcallargs) = 10;
445 %struct rpcb_rmtcallargs {
[all...]
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc.c74 struct rpcb_rmtcallargs rpcbproc_callit_3_arg;
/freebsd-13-stable/lib/libc/rpc/
H A Drpcb_prot.c240 xdr_rpcb_rmtcallargs(XDR *xdrs, struct rpcb_rmtcallargs *p)
H A Dclnt_bcast.c401 (struct rpcb_rmtcallargs *)(void *)&barg))) {

Completed in 108 milliseconds