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

/freebsd-13-stable/lib/libc/rpc/
H A Dauth_unix.c86 char au_marshed[MAX_AUTH_BYTES]; member in struct:audata
232 return (XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos));
334 * sets private data, au_marshed and au_mpos
346 xdrmem_create(xdrs, au->au_marshed, MAX_AUTH_BYTES, XDR_ENCODE);
/freebsd-13-stable/sys/rpc/
H A Dauth_unix.c98 char au_marshed[MAX_AUTH_BYTES]; member in struct:audata
257 if (!XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos))
363 * sets private data, au_marshed and au_mpos
373 xdrmem_create(xdrs, au->au_marshed, MAX_AUTH_BYTES, XDR_ENCODE);

Completed in 108 milliseconds