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

/freebsd-10.0-release/sys/rpc/
H A Dauth_unix.c269 XDR txdrs; local
276 xdrmem_create(&txdrs, verf->oa_base, verf->oa_length,
284 if (xdr_opaque_auth(&txdrs, &au->au_shcred)) {
287 txdrs.x_op = XDR_FREE;
288 (void)xdr_opaque_auth(&txdrs, &au->au_shcred);

Completed in 60 milliseconds