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

/freebsd-10.0-release/lib/libc/rpc/
H A Dauth_unix.c86 u_int au_mpos; /* xdr pos at end of marshed */ member in struct:audata
239 return (XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos));
344 * sets private data, au_marshed and au_mpos
362 au->au_mpos = XDR_GETPOS(xdrs);
/freebsd-10.0-release/sys/rpc/
H A Dauth_unix.c98 u_int au_mpos; /* xdr pos at end of marshed */ member in struct:audata
256 if (!XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos))
362 * sets private data, au_marshed and au_mpos
377 au->au_mpos = XDR_GETPOS(xdrs);

Completed in 120 milliseconds