Searched refs:xdr_where (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_vc.c630 caddr_t xdr_where; local
645 xdr_where = msg->acpted_rply.ar_results.where;
651 !SVCAUTH_WRAP(&SVC_AUTH(xprt), xdrs, xdr_proc, xdr_where)) {
H A Dsvc_dg.c339 caddr_t xdr_where; local
347 xdr_where = msg->acpted_rply.ar_results.where;
352 !SVCAUTH_WRAP(&SVC_AUTH(xprt), xdrs, xdr_proc, xdr_where))
H A Dsvc_raw.c165 caddr_t xdr_where; local
181 xdr_where = msg->acpted_rply.ar_results.where;
186 SVCAUTH_WRAP(&SVC_AUTH(xprt), xdrs, xdr_proc, xdr_where);

Completed in 88 milliseconds