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

/freebsd-13-stable/lib/libc/rpc/
H A Dsvc_raw.c167 caddr_t xdr_where; local
183 xdr_where = msg->acpted_rply.ar_results.where;
188 SVCAUTH_WRAP(&SVC_AUTH(xprt), xdrs, xdr_proc, xdr_where);
H A Dsvc_dg.c341 caddr_t xdr_where; local
349 xdr_where = msg->acpted_rply.ar_results.where;
354 !SVCAUTH_WRAP(&SVC_AUTH(xprt), xdrs, xdr_proc, xdr_where))
H A Dsvc_vc.c632 caddr_t xdr_where; local
647 xdr_where = msg->acpted_rply.ar_results.where;
653 !SVCAUTH_WRAP(&SVC_AUTH(xprt), xdrs, xdr_proc, xdr_where)) {

Completed in 102 milliseconds