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

/freebsd-10.1-release/sys/rpc/
H A Dauth_unix.c268 XDR txdrs; local
275 xdrmem_create(&txdrs, verf->oa_base, verf->oa_length,
283 if (xdr_opaque_auth(&txdrs, &au->au_shcred)) {
286 txdrs.x_op = XDR_FREE;
287 (void)xdr_opaque_auth(&txdrs, &au->au_shcred);

Completed in 51 milliseconds