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

/freebsd-10.3-release/lib/libc/rpc/
H A Dauth_unix.c84 char au_marshed[MAX_AUTH_BYTES]; member in struct:audata
238 return (XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos));
343 * sets private data, au_marshed and au_mpos
356 xdrmem_create(xdrs, au->au_marshed, MAX_AUTH_BYTES, XDR_ENCODE);
/freebsd-10.3-release/sys/rpc/
H A Dauth_unix.c96 char au_marshed[MAX_AUTH_BYTES]; member in struct:audata
255 if (!XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos))
361 * sets private data, au_marshed and au_mpos
371 xdrmem_create(xdrs, au->au_marshed, MAX_AUTH_BYTES, XDR_ENCODE);

Completed in 91 milliseconds